From 27f764087c1222cd0ae1631bdb58098af2ab0e18 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 3 Apr 2008 22:50:48 +0000 Subject: ext/gdk_pixbuf/: Add gdkpixbufsink element for easy snapshotting (#525946). Original commit message from CVS: * ext/gdk_pixbuf/Makefile.am: * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): * ext/gdk_pixbuf/gstgdkpixbufsink.c: (gst_gdk_pixbuf_sink_base_init), (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init), (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop), (gst_gdk_pixbuf_sink_set_caps), (gst_gdk_pixbuf_sink_pixbuf_destroy_notify), (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer), (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll), (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property), (gst_gdk_pixbuf_sink_get_property): * ext/gdk_pixbuf/gstgdkpixbufsink.h: Add gdkpixbufsink element for easy snapshotting (#525946). --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d3b94ba2..e89a03c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2008-04-03 Tim-Philipp Müller + + * ext/gdk_pixbuf/Makefile.am: + * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): + * ext/gdk_pixbuf/gstgdkpixbufsink.c: + (gst_gdk_pixbuf_sink_base_init), + (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init), + (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop), + (gst_gdk_pixbuf_sink_set_caps), + (gst_gdk_pixbuf_sink_pixbuf_destroy_notify), + (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer), + (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll), + (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property), + (gst_gdk_pixbuf_sink_get_property): + * ext/gdk_pixbuf/gstgdkpixbufsink.h: + Add gdkpixbufsink element for easy snapshotting (#525946). + 2008-04-03 Sebastian Dröge * tests/check/pipelines/wavpack.c: (wavpack_suite): -- cgit