Home
last modified time | relevance | path

Searched refs:gst_bus_timed_pop (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbus.c530 gst_message_unref (gst_bus_timed_pop (test_bus, GST_CLOCK_TIME_NONE)); in GST_START_TEST()
709 gst_message_unref (gst_bus_timed_pop (bus, GST_CLOCK_TIME_NONE)); in pop_thread()
731 fail_if (gst_bus_timed_pop (test_bus, 0) != NULL); in GST_START_TEST()
734 fail_if (gst_bus_timed_pop (test_bus, 1000) != NULL); in GST_START_TEST()
875 msg = gst_bus_timed_pop (test_bus, GST_CLOCK_TIME_NONE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dencodebin.c571 msg = gst_bus_timed_pop (bus, GST_SECOND / 10); in GST_START_TEST()
636 msg = gst_bus_timed_pop (bus, GST_SECOND / 10); in GST_START_TEST()
703 msg = gst_bus_timed_pop (bus, GST_SECOND / 10); in GST_START_TEST()
765 msg = gst_bus_timed_pop (bus, GST_SECOND / 10); in GST_START_TEST()
838 msg = gst_bus_timed_pop (bus, GST_SECOND / 10); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstbus.h180 GstMessage * gst_bus_timed_pop (GstBus * bus, GstClockTime timeout);
Dgstbus.c634 gst_bus_timed_pop (GstBus * bus, GstClockTime timeout) in gst_bus_timed_pop() function
/third_party/gstreamer/gstplugins_bad/tests/examples/avsamplesink/
Dmain.m118 while ((msg = gst_bus_timed_pop (bus, 1 * GST_MSECOND)))
/third_party/gstreamer/gstreamer/tests/check/libs/
Dbasesink.c214 while ((msg = gst_bus_timed_pop (bus, -1))) { in GST_START_TEST()
Daggregator.c1110 message = gst_bus_timed_pop (bus, -1); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dfakesink.c411 message = gst_bus_timed_pop (bus, GST_CLOCK_TIME_NONE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c1763 if ((msg = gst_bus_timed_pop (dc->priv->bus, GST_SECOND / 2))) { in handle_current_sync()
/third_party/gstreamer/gstreamer/
DChangeLog103226 API: gst_bus_timed_pop()
103230 (gst_bus_timed_pop), (gst_bus_pop):
103232 API: gst_bus_timed_pop()
103233 Implement gst_bus_timed_pop() to do a blocking timed wait for a