[gstreamer-bugs] [Bug 571299] New: [appsink] Handoff callback API

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Feb 11 04:49:37 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=571299

  GStreamer | gst-plugins-base | Ver: git
           Summary: [appsink] Handoff callback API
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: martin.samuelsson at axis.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Using the new-buffer signal has a substantial impact on performance when having
streams with new buffers every 30th millisecond. The second possibility,
polling for new buffers is not always desired. Having the render function run a
callback, adds a third way to use appsink and can be used where the two others
are not suitable. This makes appsink more flexible, as the documentation
statement: "Appsink is a sink plugin that supports many different methods for
making the application get a handle on the GStreamer data in a pipeline."
suggests it should be.

The attached patch implements such a callback with addition of a set function
to the API.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=571299.




More information about the Gstreamer-bugs mailing list