GNOME Bugzilla – Bug 616719
[mpegdemux] Add support for raw PES streams
Last modified: 2011-05-19 06:16:00 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...
*** This bug has been marked as a duplicate of bug 506902 ***