Searched refs:pending_buffers (Results 1 – 5 of 5) sorted by relevance
90 static GAsyncQueue *pending_buffers; variable135 g_async_queue_push (pending_buffers, gst_buffer_ref (buffer)); in buffer_probe()146 pending_buffers = g_async_queue_new (); in start_pipeline()153 return GST_BUFFER (g_async_queue_pop (pending_buffers)); in get_buffer()161 while ((buf = g_async_queue_try_pop (pending_buffers))) in stop_pipeline()169 while ((buf = g_async_queue_try_pop (pending_buffers))) in stop_pipeline()172 g_async_queue_unref (pending_buffers); in stop_pipeline()173 pending_buffers = NULL; in stop_pipeline()
158 rtpgstpay->pending_buffers = NULL; in gst_rtp_gst_pay_init()173 if (rtpgstpay->pending_buffers) in gst_rtp_gst_pay_reset()174 g_list_free_full (rtpgstpay->pending_buffers, in gst_rtp_gst_pay_reset()176 rtpgstpay->pending_buffers = NULL; in gst_rtp_gst_pay_reset()362 rtpgstpay->pending_buffers = g_list_append (rtpgstpay->pending_buffers, list); in gst_rtp_gst_pay_create_from_adapter()375 iter = rtpgstpay->pending_buffers; in gst_rtp_gst_pay_flush()379 rtpgstpay->pending_buffers = iter = in gst_rtp_gst_pay_flush()380 g_list_delete_link (rtpgstpay->pending_buffers, iter); in gst_rtp_gst_pay_flush()
47 GList *pending_buffers; /* GstBufferList */ member
275 g_list_free_full (parse->pending_buffers, (GDestroyNotify) gst_buffer_unref); in mpegts_parse_reset()276 parse->pending_buffers = NULL; in mpegts_parse_reset()910 if (parse->pending_buffers == NULL) in get_pending_timestamp_diff()913 l = g_list_last (parse->pending_buffers); in get_pending_timestamp_diff()918 l = g_list_first (parse->pending_buffers); in get_pending_timestamp_diff()937 if (parse->pending_buffers == NULL) in drain_pending_buffers()969 buffer = GST_BUFFER (g_list_nth_data (parse->pending_buffers, 0)); in drain_pending_buffers()975 end = g_list_first (parse->pending_buffers); in drain_pending_buffers()1007 l = g_list_last (parse->pending_buffers); in drain_pending_buffers()1036 parse->pending_buffers = g_list_delete_link (parse->pending_buffers, l); in drain_pending_buffers()[all …]
81 GList *pending_buffers; member