GNOME Bugzilla – Bug 495885
[mpegdemux] unknown stream id 0xbe
Last modified: 2007-11-11 23:01:29 UTC
I get this warning I was debugging a gstreamer pipeline: 0:00:00.255485000 27625 0x81235a8 WARN mpegdemux gstmpegdemux.c:767:gst_mpeg_demux_parse_packet:<mpegdemux0> unknown stream id 0xbe 0xbe is the ID of a padding stream If the mux-rate field indicates higher than the average rate, then the stream is delivered in bursts. In order to transform a bursty stream into a constant bit rate stream, MPEG permits an encoder to insert a padding stream. Such a padding stream would consist of a sequence of packets interleaved with audio and video packets within each pack to achieve a constant bit rate over the entire pack. At the STD upon demultiplexing, the padding stream packets are simply discarded.
Created attachment 98914 [details] [review] recognize the padding stream This patch recognizes the padding stream. Will commit if no-one has complains about it...
looks good to me
committed