[RFC PATCH 0/5] Add MPEG video parser to MPEG splitter filter.

Akihiro Sagawa sagawa.aki at gmail.com
Sun Jun 21 01:40:54 CDT 2020


This is my work in progress patchset which adds MPEG video parser to
MPEG splitter filter. Mainly, fix for bug 9127.

Before moving on the farther step, I'd like to request for comments on
this implementation (function name, patch order, GStreamer usage, etc.).

I'll work on MPEG video decoder filter, next. Because, at this point, we
can't build a pipeline for MPEG video files with the MPEG splitter. After
finishing up the decoder, I'll submit both of patchset. Supporting
system stream (audio+video) will be the subsequent development.

Akihiro Sagawa (5):
  quartz/tests: Factor out MP3 audio tests.
  winegstreamer: Implement listing of sink media types.
  winegstreamer: Pass the AM_MEDIA_TYPE parameter to the handler.
  winegstreamer: Add MPEG video parser to MPEG splitter.
  quartz/tests: Add MPEG video parser tests for MPEG splitter.

 dlls/quartz/tests/mpegsplit.c | 894 +++++++++++++++++++++++++---------
 dlls/quartz/tests/rsrc.rc     |   4 +
 dlls/quartz/tests/video.mpg   | Bin 0 -> 617 bytes
 dlls/winegstreamer/gstdemux.c | 192 +++++++-
 4 files changed, 838 insertions(+), 252 deletions(-)
 create mode 100644 dlls/quartz/tests/video.mpg

-- 
2.25.1




More information about the wine-devel mailing list