[gstreamer-bugs] [Bug 506902] New: add support for mpeg2-pes files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jan 2 10:52:57 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=506902

  GStreamer | gst-plugins-ugly | Ver: 0.10.6
           Summary: add support for mpeg2-pes files
           Product: GStreamer
           Version: 0.10.6
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: anssi at mandriva.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unversioned Enhancement
   GNOME milestone: Unspecified


The following VDR recording (MPEG-2 PES) does not play with gstreamer:
http://stuff.onse.fi/mpeg2pes-test/001.vdr

$ LC_ALL=C gst-launch-0.10 filesrc location=001.vdr ! mpegdemux ! mpeg2dec !
xvimagesink
[...]
ERROR: from element /pipeline0/mpegdemux0: Could not demultiplex stream.
Additional debug info:
gstmpegparse.c(420): gst_mpeg_parse_process_event (): /pipeline0/mpegdemux0:
Pushing EOS event didn't work on any of the source pads
[...]

Replacing 'mpegdemux' with the fluendo 'flupsdemux' I get the first frame. but
it freezes immediately. When replacing that with 'ffdemux_mpeg', I *do* get a
correctly working video. However, when trying to add audio, like this:
filesrc location=001.vdr ! ffdemux_mpeg name=demuxer demuxer. ! queue !
mpeg2dec ! xvimagesink demuxer. ! queue ! mad ! audioconvert ! autoaudiosink
the playback goes very slow (1 fps), still without audio.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=506902.




More information about the Gstreamer-bugs mailing list