ext/ogg/gstoggmux.c: Commit patch from James "Doc" Livingston, adds proper EOS handli...
authorJames Doc Livingston <doclivingston@gmail.com>
Fri, 29 Sep 2006 10:43:05 +0000 (10:43 +0000)
committerMichael Smith <msmith@xiph.org>
Fri, 29 Sep 2006 10:43:05 +0000 (10:43 +0000)
commitc24dbaa8b613502e23583832b343529d75e71533
tree2dcd7bd35fea536baf786b9869e755eecc98fa11
parentd9b2fbbe0e33d55da16c15067c6cd3652da3890a
ext/ogg/gstoggmux.c: Commit patch from James "Doc" Livingston, adds proper EOS handling in oggmux. GStreamer can, for...

Original commit message from CVS:
* ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
(gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
(gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
(gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
(gst_ogg_mux_collected):
Commit patch from James "Doc" Livingston, adds proper EOS handling
in oggmux. GStreamer can, for the first time ever, create a valid
Ogg file! Yay!

* tests/check/pipelines/oggmux.c: (check_chain_final_state),
(oggmux_suite):
Reenable tests now that they pass.
ChangeLog
common
ext/ogg/gstoggmux.c
tests/check/pipelines/oggmux.c