Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpulpfec.c139 GstBuffer *buf = gst_rtp_buffer_new_copy_data (rtp, rtp_length); in push_data()
611 gst_rtp_buffer_new_copy_data (SAMPLE_ULPFEC0_MEDIA, in GST_START_TEST()
Drtph263.c52 GstBuffer *buf = gst_rtp_buffer_new_copy_data (data, size); in create_rtp_buffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.h75 GstBuffer* gst_rtp_buffer_new_copy_data (gconstpointer data, gsize len);
DREADME23 packet. Alternatively, gst_rtp_buffer_new_copy_data() can be used if the user
Dgstrtpbuffer.c185 gst_rtp_buffer_new_copy_data (gconstpointer data, gsize len) in gst_rtp_buffer_new_copy_data() function