ext/ogg/gstoggmux.c: Fix EOS handling, partially. Now forwarding an EOS event once...
authorMichael Smith <msmith@xiph.org>
Thu, 10 Nov 2005 10:45:07 +0000 (10:45 +0000)
committerMichael Smith <msmith@xiph.org>
Thu, 10 Nov 2005 10:45:07 +0000 (10:45 +0000)
commitd6bea52af59df05c30afafc166af6d903d2bb3b6
tree98144ad7335352391a3baa74caeb2f95cc581b7a
parent33fd9d677d0538186dcd1e04a4f5df5e6d7abfb9
ext/ogg/gstoggmux.c: Fix EOS handling, partially. Now forwarding an EOS event once we have

Original commit message from CVS:
* ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
(gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
(gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
(gst_ogg_mux_collected):
Fix EOS handling, partially. Now forwarding an EOS event once we have
EOS on all pads works correctly. However, we still don't properly set
EOS on the actual ogg stream pages.
ChangeLog
ext/ogg/gstoggmux.c