Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/libs/
Dqueuearray.c306 fail_unless (gst_queue_array_pop_tail (array) == NULL); in GST_START_TEST()
313 fail_unless (gst_queue_array_pop_tail (array) == GINT_TO_POINTER (42)); in GST_START_TEST()
321 fail_unless (gst_queue_array_pop_tail (array) == NULL); in GST_START_TEST()
332 fail_unless (gst_queue_array_pop_tail (array) == GINT_TO_POINTER (44)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.h59 gpointer gst_queue_array_pop_tail (GstQueueArray * array);
Dgstqueuearray.c502 gst_queue_array_pop_tail (GstQueueArray * array) in gst_queue_array_pop_tail() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c1886 gst_caps_unref (gst_queue_array_pop_tail (priv->queue)); in gst_app_src_set_caps()
/third_party/gstreamer/gstreamer/
DChangeLog12715 API: gst_queue_array_pop_tail()