From 49f830d457fbc69dcd9e3e23b44e3d1f5f53499a Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 13 Feb 2006 22:04:42 +0000 Subject: gst/qtdemux/: QtDemux can now work push-based. Original commit message from CVS: * gst/qtdemux/Makefile.am: * gst/qtdemux/qtdemux.c: (gst_qtdemux_init), (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state), (extract_initial_length_and_fourcc), (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain), (qtdemux_sink_activate), (qtdemux_sink_activate_pull), (qtdemux_sink_activate_push), (qtdemux_parse_trak): * gst/qtdemux/qtdemux.h: QtDemux can now work push-based. It still needs some love for seeking. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d85294e..73849815 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-02-13 Edward Hervey + + * gst/qtdemux/Makefile.am: + * gst/qtdemux/qtdemux.c: (gst_qtdemux_init), + (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state), + (extract_initial_length_and_fourcc), + (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie), + (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain), + (qtdemux_sink_activate), (qtdemux_sink_activate_pull), + (qtdemux_sink_activate_push), (qtdemux_parse_trak): + * gst/qtdemux/qtdemux.h: + QtDemux can now work push-based. + It still needs some love for seeking. + 2006-02-13 Edgard Lima * configure.ac: -- cgit v1.2.1