gst_bus_timed_pop  154 gst/gstbus.h   GstMessage *            gst_bus_timed_pop               (GstBus * bus, GstClockTime timeout);
gst_bus_timed_pop  396 tests/check/elements/fakesink.c     message = gst_bus_timed_pop (bus, GST_CLOCK_TIME_NONE);
gst_bus_timed_pop  341 tests/check/gst/gstbus.c     gst_message_unref (gst_bus_timed_pop (test_bus, GST_CLOCK_TIME_NONE));
gst_bus_timed_pop  458 tests/check/gst/gstbus.c     gst_message_unref (gst_bus_timed_pop (bus, GST_CLOCK_TIME_NONE));
gst_bus_timed_pop  480 tests/check/gst/gstbus.c   fail_if (gst_bus_timed_pop (test_bus, 0) != NULL);
gst_bus_timed_pop  483 tests/check/gst/gstbus.c   fail_if (gst_bus_timed_pop (test_bus, 1000) != NULL);