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 616719 - [mpegdemux] Add support for raw PES streams
[mpegdemux] Add support for raw PES streams
Status: RESOLVED DUPLICATE of bug 506902
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-24 17:47 UTC by Sebastian Dröge (slomo)
Modified: 2011-05-19 06:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2010-04-24 17:47:34 UTC
Forwarded from http://bugs.debian.org/576669:

> The video/mpeg check from typefindfunctions detects both MPEG-2 PS
> (packet stream) and MPEG-2 PES (packetized elementary stream):
> | example.pes - video/mpeg, systemstream=(boolean)true, mpegversion=(int)2 
> | example.ps - video/mpeg, systemstream=(boolean)true, mpegversion=(int)2
>
> However the mpegpsdemux plugin, which claims exactly this combination
> [...]

Currently there's nothing to handle raw PES streams but I guess this shouldn't be too much work because the PES handling is already there...
Comment 1 Sebastian Dröge (slomo) 2011-05-19 06:16:00 UTC

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