Home
last modified time | relevance | path

Searched refs:gst_rtp_buffer_get_extension_bytes (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.h133 GBytes* gst_rtp_buffer_get_extension_bytes (GstRTPBuffer *rtp, guint16 *bits);
Dgstrtpbuffer.c742 gst_rtp_buffer_get_extension_bytes (GstRTPBuffer * rtp, guint16 * bits) in gst_rtp_buffer_get_extension_bytes() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c1799 gb = gst_rtp_buffer_get_extension_bytes (&rtp, &bits); in GST_START_TEST()
1809 gb = gst_rtp_buffer_get_extension_bytes (&rtp, &bits); in GST_START_TEST()
1830 gb = gst_rtp_buffer_get_extension_bytes (&rtp, &bits); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c2118 pinfo->header_ext = gst_rtp_buffer_get_extension_bytes (&rtp, in update_packet()
/third_party/gstreamer/gstplugins_base/
DChangeLog10315 So that one can parse the GBytes returned by gst_rtp_buffer_get_extension_bytes
74289 The function gst_rtp_buffer_get_extension_bytes is also added. It wraps