GNOME Bugzilla – Bug 363379
[oggmux] doesn't detect EOS on all sinkpads
Last modified: 2007-01-23 14:30:47 UTC
There are some cases where oggmux doesn't figure out that all sinkpads have EOS, and therefore doesn't push out the remaining buffers and the final EOS event. The following patch fixes that behaviour
Created attachment 75007 [details] [review] Find out if all pads are EOS
2007-01-23 Edward Hervey <edward@fluendo.com> * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected): Fix the cases where oggmux doesn't properly figure out that all sinkpads have gone EOS, and therefore doesn't push out the remaining buffers and the final EOS event. Fixes #363379