[gstreamer-bugs] [Bug 640607] New: appsink never sends "new-buffer-list" signal

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 25 15:59:57 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=640607
  GStreamer | gst-plugins-base | git

           Summary: appsink never sends "new-buffer-list" signal
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: youness.alaoui at collabora.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Latest git version of appsink has : 
gst-plugins-base/gst-libs/gst/app/gstappsink.c line 780 :
  if (is_list) {
    if (priv->callbacks.new_buffer_list)
      priv->callbacks.new_buffer_list (appsink, priv->user_data);
  } else {
    if (priv->callbacks.new_buffer)
      priv->callbacks.new_buffer (appsink, priv->user_data);
    else if (emit)
      g_signal_emit (appsink, gst_app_sink_signals[SIGNAL_NEW_BUFFER], 0);
  }


doing a grep shows that the "new-buffer-list" signal is created in the
class_init but it's never used anywhere, it seems clear that there's a line
missing there.

Thanks.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list