From cfbd9520038b417a0d7b4e7b679da72104fd4039 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 31 May 2006 16:23:54 +0000 Subject: gst/goom/gstgoom.*: Handle QoS. Original commit message from CVS: * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init), (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps), (gst_goom_src_setcaps), (gst_goom_src_event), (gst_goom_sink_event), (get_buffer), (gst_goom_chain), (gst_goom_change_state): * gst/goom/gstgoom.h: Handle QoS. Handle flushing, discont and events. Fix timestamps and various other cleanups. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 807cf451..bf9928f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-05-31 Wim Taymans + + * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init), + (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps), + (gst_goom_src_setcaps), (gst_goom_src_event), + (gst_goom_sink_event), (get_buffer), (gst_goom_chain), + (gst_goom_change_state): + * gst/goom/gstgoom.h: + Handle QoS. + Handle flushing, discont and events. + Fix timestamps and various other cleanups. + 2006-05-31 Zaheer Abbas Merali * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset): -- cgit