/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | imagefreeze.c | 150 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 221 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 301 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 381 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 472 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 549 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 623 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/examples/app/ |
D | appsink-src2.c | 144 gst_bus_add_watch (bus, (GstBusFunc) on_source_message, data); in main() 179 gst_bus_add_watch (bus, (GstBusFunc) on_sink_message, data); in main()
|
D | appsink-src.c | 160 gst_bus_add_watch (bus, (GstBusFunc) on_source_message, data); in main() 198 gst_bus_add_watch (bus, (GstBusFunc) on_sink_message, data); in main()
|
D | appsrc-stream2.c | 193 gst_bus_add_watch (bus, (GstBusFunc) bus_message, app); in main()
|
/third_party/gstreamer/gstplugins_bad/gst/inter/ |
D | gstintertest.c | 167 gst_bus_add_watch (intertest->bus, gst_inter_test_handle_message, intertest); in gst_inter_test_create_pipeline_playbin() 212 gst_bus_add_watch (intertest->bus, gst_inter_test_handle_message, intertest); in gst_inter_test_create_pipeline_vts() 250 gst_bus_add_watch (intertest->bus, gst_inter_test_handle_message, intertest); in gst_inter_test_create_pipeline_server()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | wasapi.c | 126 gst_bus_add_watch (bus, (GstBusFunc) src_reuse_bus_handler, &data); in wasapisrc_reuse() 200 gst_bus_add_watch (bus, sink_reuse_bus_watch_cb, NULL); in wasapisink_reuse()
|
D | wasapi2.c | 127 gst_bus_add_watch (bus, (GstBusFunc) src_reuse_bus_handler, &data); in wasapi2src_reuse() 202 gst_bus_add_watch (bus, sink_reuse_bus_watch_cb, NULL); in wasapi2sink_reuse()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/ |
D | d3d11screencapturesrc.cpp | 223 gst_bus_add_watch (GST_ELEMENT_BUS (pipeline), (GstBusFunc) bus_msg, loop); in main() 235 gst_bus_add_watch (GST_ELEMENT_BUS (pipeline_1), (GstBusFunc) bus_msg, loop); in main()
|
/third_party/gstreamer/gstreamer/tests/examples/netclock/ |
D | netclock-client.c | 47 gst_bus_add_watch (bus, (GstBusFunc) handle_bus_message, client_clock); in main()
|
/third_party/gstreamer/gstreamer/tests/examples/helloworld/ |
D | helloworld.c | 69 bus_watch_id = gst_bus_add_watch (bus, bus_call, loop); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | stepping.c | 105 gst_bus_add_watch (bus, handle_message, bin); in main()
|
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/ |
D | tagschecking.c | 113 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in test_mux_tags() 181 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in test_demux_tags()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gio/ |
D | giosrc-mounting.c | 116 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | test-splitmuxpartreader.c | 83 gst_bus_add_watch (data.bus, (GstBusFunc) handle_message, &data); in main()
|
/third_party/gstreamer/gstplugins_good/tests/examples/spectrum/ |
D | spectrum-example.c | 110 gst_bus_add_watch (bus, message_handler, NULL); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playrec/ |
D | playrec.c | 138 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
|
/third_party/gstreamer/gstplugins_good/tests/examples/level/ |
D | level-example.c | 129 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | position-formats.c | 130 gst_bus_add_watch (bus, (GstBusFunc) bus_message, (gpointer) loop); in main()
|
D | playbin-text.c | 156 gst_bus_add_watch (bus, (GstBusFunc) bus_message, app); in main()
|
D | input-selector-test.c | 148 gst_bus_add_watch (bus, my_bus_callback, NULL); in main()
|
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/ |
D | v4l2src-renegotiate.c | 153 gst_bus_add_watch (bus, bus_callback, NULL); in main()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/wpe/ |
D | wpe.c | 130 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
|
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | gio.c | 109 bus_watch = gst_bus_add_watch (bus, message_handler, loop); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/ |
D | ipcpipeline1.c | 106 gst_bus_add_watch (GST_ELEMENT_BUS (pipeline), master_bus_msg, pipeline); in start_source()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbus.h | 211 guint gst_bus_add_watch (GstBus * bus,
|