[Bug 773518] rtpvp8pay: Fix allocation to support source-info property

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 26 14:13:41 UTC 2016


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

--- Comment #4 from Stian Selnes (stianse) <stian.selnes at gmail.com> ---
I've updated bug 761947 address the general use for adding CSRCs. The patch in
bug 761947 adds the property source-info to all payloaders to make them aware
of the proposed RTPSourceMeta. But for the payloader to actually add the CSRCs
it must use gst_rtp_base_payload_allocate_output_buffer() to allocate a
properly sized RTP buffer and fill the CSRCs from to the meta. By not using
gst_rtp_base_payload_allocate_output_buffer() the payloader will not add CSRCs
even when the property source-info is TRUE.

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