From f65b8cedd97a181b063b8b55b9cc68cfd33df544 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 18 Apr 2006 18:04:48 +0000 Subject: ext/gdk_pixbuf/gstgdkpixbuf.*: Make work with packetised/framed input (e.g. png-in-quicktime). Use Original commit message from CVS: * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps), (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain): * ext/gdk_pixbuf/gstgdkpixbuf.h: Make work with packetised/framed input (e.g. png-in-quicktime). Use GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring debug messages. Fix boilerplate macros. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f8964b8..25d96b95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-04-18 Tim-Philipp Müller + + * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps), + (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init), + (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain): + * ext/gdk_pixbuf/gstgdkpixbuf.h: + Make work with packetised/framed input (e.g. png-in-quicktime). Use + GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some + GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring + debug messages. Fix boilerplate macros. + 2006-04-18 Tim-Philipp Müller * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist), -- cgit