[Bug 794794] rtpssrcdemux: add the support of buffer list
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 29 22:37:32 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794794
Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #370290|none |needs-work
status| |
--- Comment #5 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
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));
Why are you taking an extra ref here ? Won't a ref be taken when it's added to
the new bufferlist?
--
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