[Bug 794544] rtpbuffer: expose gst_rtp_buffer_initialize_header function

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 21 19:41:24 UTC 2018


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

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #3 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
As we required to header to be in only one memory block, the header layout is
fixed. Can't you just use gst_rtp_buffer_new_allocate() with payload_len=0 and
then append the extra GstMemory with the actual data? You could even have a
gst_rtp_buffer_new_take(.., GstBuffer *payload_buf) ?

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