From 70296aeee6703bed618e45857a645acf54bd1989 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 12 Apr 2006 09:42:10 +0000 Subject: ext/gdk_pixbuf/gstgdkpixbuf.c: Some cleanups. Original commit message from CVS: * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps), (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps), (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_chain): Some cleanups. Added RGBA as a possible output format. Correctly free the supported mimetypes. deprecate silent arg, it's not used. Return result from _alloc_buffer to peer. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 872ed268..521e104c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-04-12 Wim Taymans + + * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps), + (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps), + (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init), + (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event), + (gst_gdk_pixbuf_chain): + Some cleanups. + Added RGBA as a possible output format. + Correctly free the supported mimetypes. + deprecate silent arg, it's not used. + Return result from _alloc_buffer to peer. + 2006-04-11 Tim-Philipp Müller * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process): -- cgit