GNOME Bugzilla – Bug 643558
[gst-ffmpeg] - ffdemux_ogg doesn't push the theora header packets
Last modified: 2011-07-03 12:12:29 UTC
Some theora decoders need the header packets, when the demux used is ffdemux_ogg instread of oggdemux, these packets are not sent. I couldn't find these data in some extra buffer, can we retrieve them? If yes, how? If not, could the plugin be modified to include that?
Why are you not using oggdemux?
I'm using it but I would also like to be compliant with other demuxes. I'm just wondering why these packets are not sent?
Generally speaking, can we trust gst-ffmpeg demuxers?
There are two answers to this: (a) No (b) Check the rank as per gst-inspect
So is this a WONTFIX then?
> So is this a WONTFIX then? For ffdemux_ogg, yes (I'll mark it as obsolete, because the element is not exposed any longer in the upcoming release). > Generally speaking, can we trust gst-ffmpeg demuxers? There is no 'Generally speaking' with gst-ffmpeg elements. Generally speaking, the answer is "no" though.