After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 525946 - [gdkpixbuf] add gdkpixbufsink element
[gdkpixbuf] add gdkpixbufsink element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-03 12:35 UTC by Tim-Philipp Müller
Modified: 2008-04-03 22:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdkpixbufsink element (18.57 KB, patch)
2008-04-03 12:36 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2008-04-03 12:35:40 UTC
This is an improved version of the gdkpixbufsink element I've got in Thoggen. I think it would be quite a neat thing to have in GStreamer (for snapshotting and the like).
Comment 1 Tim-Philipp Müller 2008-04-03 12:36:52 UTC
Created attachment 108540 [details] [review]
gdkpixbufsink element
Comment 2 Tim-Philipp Müller 2008-04-03 22:51:25 UTC
Committed (after review by Wim):

 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>

        * 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).