Home
last modified time | relevance | path

Searched refs:packet_buffers (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtptheorapay.c159 g_list_free_full (rtptheorapay->packet_buffers, in gst_rtp_theora_pay_clear_packet()
161 rtptheorapay->packet_buffers = NULL; in gst_rtp_theora_pay_clear_packet()
339 for (l = g_list_last (rtptheorapay->packet_buffers); l; l = l->prev) { in gst_rtp_theora_pay_flush_packet()
344 g_list_free (rtptheorapay->packet_buffers); in gst_rtp_theora_pay_flush_packet()
345 rtptheorapay->packet_buffers = NULL; in gst_rtp_theora_pay_flush_packet()
689 if (!rtptheorapay->packet_buffers in gst_rtp_theora_pay_payload_buffer()
690 || rtptheorapay->packet_buffers->data != (gpointer) buffer) in gst_rtp_theora_pay_payload_buffer()
691 rtptheorapay->packet_buffers = in gst_rtp_theora_pay_payload_buffer()
692 g_list_prepend (rtptheorapay->packet_buffers, in gst_rtp_theora_pay_payload_buffer()
698 rtptheorapay->packet_buffers = in gst_rtp_theora_pay_payload_buffer()
[all …]
Dgstrtpvorbispay.c151 g_list_free_full (rtpvorbispay->packet_buffers, in gst_rtp_vorbis_pay_clear_packet()
153 rtpvorbispay->packet_buffers = NULL; in gst_rtp_vorbis_pay_clear_packet()
338 for (l = g_list_last (rtpvorbispay->packet_buffers); l; l = l->prev) { in gst_rtp_vorbis_pay_flush_packet()
343 g_list_free (rtpvorbispay->packet_buffers); in gst_rtp_vorbis_pay_flush_packet()
344 rtpvorbispay->packet_buffers = NULL; in gst_rtp_vorbis_pay_flush_packet()
671 if (!rtpvorbispay->packet_buffers in gst_rtp_vorbis_pay_payload_buffer()
672 || rtpvorbispay->packet_buffers->data != (gpointer) buffer) in gst_rtp_vorbis_pay_payload_buffer()
673 rtpvorbispay->packet_buffers = in gst_rtp_vorbis_pay_payload_buffer()
674 g_list_prepend (rtpvorbispay->packet_buffers, in gst_rtp_vorbis_pay_payload_buffer()
680 rtpvorbispay->packet_buffers = in gst_rtp_vorbis_pay_payload_buffer()
[all …]
Dgstrtpvorbispay.h53 GList *packet_buffers; member
Dgstrtptheorapay.h53 GList *packet_buffers; member