diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-04-12 09:42:10 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-04-12 09:42:10 +0000 |
commit | 70296aeee6703bed618e45857a645acf54bd1989 (patch) | |
tree | 5a3829dc851aad795c0d2f65527f2389353ea27d /ChangeLog | |
parent | f90f5bd8bf4b4498ade5e4de0061968cbc836c2c (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-04-12 Wim Taymans <wim@fluendo.com> + + * 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 <tim at centricular dot net> * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process): |