After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 506902 - [mpegdemux] Add support for raw PES files
[mpegdemux] Add support for raw PES files
Status: RESOLVED DUPLICATE of bug 657343
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.6
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 616719 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-01-02 18:52 UTC by Anssi Hannula
Modified: 2011-08-25 15:55 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Anssi Hannula 2008-01-02 18:52:56 UTC
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.
Comment 1 Sebastian Dröge (slomo) 2011-05-19 06:16:00 UTC
*** Bug 616719 has been marked as a duplicate of this bug. ***
Comment 2 Sebastian Dröge (slomo) 2011-08-25 15:55:14 UTC

*** This bug has been marked as a duplicate of bug 657343 ***