Home
last modified time | relevance | path

Searched refs:gst_rtp_buffer_get_padding (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.h114 gboolean gst_rtp_buffer_get_padding (GstRTPBuffer *rtp);
Dgstrtpbuffer.c614 gst_rtp_buffer_get_padding (GstRTPBuffer * rtp) in gst_rtp_buffer_get_padding() function
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristrtpext.c140 if (gst_rtp_buffer_get_padding (&rtp)) { in gst_rist_rtp_ext_chain()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecenc.c265 fec->xored_padding = gst_rtp_buffer_get_padding (rtp); in fec_packet_update()
285 fec->xored_padding ^= gst_rtp_buffer_get_padding (rtp); in fec_packet_update()
Dgstrtpst2022-1-fecdec.c302 fec->padding = gst_rtp_buffer_get_padding (rtp); in parse_header()
450 xored_padding ^= gst_rtp_buffer_get_padding (&media_rtp); in xor_items()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c404 gst_rtp_buffer_get_padding (rtp) ? 'P' : ' ', in rtp_ulpfec_log_rtppacket()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c56 fail_unless (gst_rtp_buffer_get_padding (&rtp) == TRUE); in GST_START_TEST()
73 fail_unless (gst_rtp_buffer_get_padding (&rtp) == TRUE); in GST_START_TEST()
76 fail_unless (gst_rtp_buffer_get_padding (&rtp) == FALSE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/
DChangeLog129428 (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),