gst_bus_poll      173 gst/gstbus.h   GstMessage*             gst_bus_poll                    (GstBus *bus, GstMessageType events,
gst_bus_poll      140 tests/benchmarks/capsnego.c     msg = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, -1);
gst_bus_poll      108 tests/benchmarks/complexity.c   msg = gst_bus_poll (gst_element_get_bus (pipeline),
gst_bus_poll       39 tests/benchmarks/controller.c     message = gst_bus_poll (bus, GST_MESSAGE_ANY, -1);
gst_bus_poll       96 tests/benchmarks/mass-elements.c   msg = gst_bus_poll (gst_element_get_bus (pipeline),
gst_bus_poll       60 tests/check/elements/capsfilter.c   msg = gst_bus_poll (GST_ELEMENT_BUS (pipe),
gst_bus_poll      114 tests/check/elements/multiqueue.c   msg = gst_bus_poll (GST_ELEMENT_BUS (pipe),
gst_bus_poll      149 tests/check/elements/multiqueue.c   msg = gst_bus_poll (GST_ELEMENT_BUS (pipe),
gst_bus_poll      160 tests/check/elements/multiqueue.c       gst_bus_poll (GST_ELEMENT_BUS (pipe), GST_MESSAGE_ERROR, GST_SECOND / 4);
gst_bus_poll      167 tests/check/elements/multiqueue.c       gst_bus_poll (GST_ELEMENT_BUS (pipe), GST_MESSAGE_ERROR, GST_SECOND / 2);
gst_bus_poll       93 tests/check/elements/tee.c   msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll      151 tests/check/elements/tee.c     if ((msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, 0)))
gst_bus_poll      157 tests/check/elements/tee.c     msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll       32 tests/check/generic/sinks.c   message = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, GST_SECOND);
gst_bus_poll      303 tests/check/generic/sinks.c       m = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, GST_SECOND);
gst_bus_poll       31 tests/check/gst/gstbin.c   message = gst_bus_poll (bus, GST_MESSAGE_ASYNC_DONE, -1);
gst_bus_poll       49 tests/check/gst/gstbin.c     message = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, -1);
gst_bus_poll      149 tests/check/gst/gstbin.c   message = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, -1);
gst_bus_poll      200 tests/check/gst/gstbin.c   message = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, -1);
gst_bus_poll      211 tests/check/gst/gstbin.c   message = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, -1);
gst_bus_poll      568 tests/check/gst/gstbin.c     msg = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, GST_SECOND);          \
gst_bus_poll      833 tests/check/gst/gstbin.c     msg = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, GST_SECOND);
gst_bus_poll      843 tests/check/gst/gstbin.c     msg = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, GST_SECOND);
gst_bus_poll      318 tests/check/gst/gstbus.c     gst_message_unref (gst_bus_poll (test_bus, GST_MESSAGE_APPLICATION,
gst_bus_poll       93 tests/check/gst/gstpipeline.c     message = gst_bus_poll (bus, GST_MESSAGE_STATE_CHANGED, -1);
gst_bus_poll      111 tests/check/gst/gstutils.c   message = gst_bus_poll (bus, GST_MESSAGE_EOS, -1);
gst_bus_poll      191 tests/check/gst/gstutils.c   message = gst_bus_poll (bus, GST_MESSAGE_EOS, -1);
gst_bus_poll      490 tests/check/gst/gstutils.c   message = gst_bus_poll (bus, GST_MESSAGE_EOS, -1);
gst_bus_poll       49 tests/check/libs/basesink.c   msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll      100 tests/check/libs/basesink.c   msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll       99 tests/check/libs/basesrc.c   msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll      168 tests/check/libs/basesrc.c   msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll      307 tests/check/libs/basesrc.c   msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll      385 tests/check/libs/basesrc.c   msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll      462 tests/check/libs/basesrc.c   msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll      571 tests/check/libs/basesrc.c   msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
gst_bus_poll       51 tests/check/pipelines/cleanup.c     GstMessage *message = gst_bus_poll (bus, GST_MESSAGE_ANY, GST_SECOND / 2);
gst_bus_poll       79 tests/check/pipelines/queue-error.c   msg = gst_bus_poll (bus, GST_MESSAGE_ERROR | GST_MESSAGE_EOS, 5 * GST_SECOND);
gst_bus_poll       69 tests/check/pipelines/simple-launch-lines.c     GstMessage *message = gst_bus_poll (bus, GST_MESSAGE_ANY, GST_SECOND / 2);
gst_bus_poll      305 tests/check/pipelines/simple-launch-lines.c   message = gst_bus_poll (bus, GST_MESSAGE_APPLICATION, GST_SECOND / 2);
gst_bus_poll       13 tests/examples/helloworld/helloworld.c     message = gst_bus_poll (bus, GST_MESSAGE_ANY, -1);
gst_bus_poll       14 tests/examples/launch/mp3parselaunch.c     message = gst_bus_poll (bus, GST_MESSAGE_ANY, -1);
gst_bus_poll       21 tests/examples/queue/queue.c     message = gst_bus_poll (bus, GST_MESSAGE_ANY, -1);
gst_bus_poll       14 tests/examples/streams/rtpool-test.c     message = gst_bus_poll (bus, GST_MESSAGE_ANY, -1);
gst_bus_poll       10 tests/examples/streams/stream-status.c     message = gst_bus_poll (bus, GST_MESSAGE_ANY, -1);
gst_bus_poll       49 tests/examples/typefind/typefind.c     message = gst_bus_poll (bus, GST_MESSAGE_ANY, -1);
gst_bus_poll      427 tools/gst-launch.c     message = gst_bus_poll (bus, GST_MESSAGE_ANY, blocking ? -1 : 0);
gst_bus_poll      886 tools/gst-launch.c         if ((err_msg = gst_bus_poll (bus, GST_MESSAGE_ERROR, 0))) {
gst_bus_poll      103 tools/gst-typefind.c       msg = gst_bus_poll (bus, GST_MESSAGE_ERROR, 0);