[Bug 794794] rtpssrcdemux: add the support of buffer list

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 30 13:18:45 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=794794

--- Comment #9 from Eloi BAIL <eloi.bail at savoirfairelinux.com> ---
Review of attachment 370290:
 --> (https://bugzilla.gnome.org/review?bug=794794&attachment=370290)

::: gst/rtpmanager/gstrtpssrcdemux.c
@@ +698,3 @@
     ret = gst_pad_push (srcpad, buf);
   else
+    ret = add_to_ssrc_buffer_list (demux, ssrc, srcpad, gst_buffer_ref (buf));

buf will be actually moved from the buffer list received on the sink pad to the
buffer list sent to a ssrc pad (the one for the SSRC).
Once the buffer is moved to the ssrc list, the buffer list of the sink pad is
unref.
So I would believe that buffers would be released. Am I misunderstanding
something ?

-- 
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