[Bug 794544] rtpbuffer: expose gst_rtp_buffer_initialize_header function

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 5 13:11:36 UTC 2018


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

--- Comment #9 from Olivier Crête <olivier.crete at ocrete.ca> ---
(In reply to Mathieu Duponchelle from comment #8)
> (In reply to Olivier Crête from comment #7)
> > (In reply to Mathieu Duponchelle from comment #4)
> >
> > Are you planning to do this in GstRTPBaseAudioPayload ?
> > 
> 
> I don't know, this is only really valid for formats with fixed payload
> sizes, such as PCMA, I figure we could start with PCMA then put that upper
> in the class hierarchy once we have a better idea of how to make something
> more generic.

GstRTPBaseAudioPayload is for formats where the payload is a multiple of a
fixed size, so it's exactly for this! Anything with variable bitrates can't use
it anyway.


> > (In reply to Sebastian Dröge (slomo) from comment #6)
> > > (In reply to Olivier Crête from comment #3)
> > > > As we required to header to be in only one memory block, the header layout
> > > > is fixed.
> > > 
> > > I also thought this first but it's not true fortunately.
> > 
> > In which case is it not true?
> 
> Take a look at gst_rtp_buffer_map, it does not actually require a specific
> memory layout :)

from the comments in gst_rtp_buffer_map

/* the header must be completely in the first buffer */

But this comment is from 0.10, it shoudl actually be all in the first memory.
The extensions should all be in the same block or in just one more block.

/* all extension bytes must be in this block */

The layout of the dats is indeed not fixed, but that doesn't really matter for
the GstRtpBuffer* functionis as they only operate on the header.



"

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