Home
last modified time | relevance | path

Searched refs:gst_bus_add_watch (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dimagefreeze.c150 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/
Dappsink-src2.c144 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()
Dappsink-src.c160 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()
Dappsrc-stream2.c193 gst_bus_add_watch (bus, (GstBusFunc) bus_message, app); in main()
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintertest.c167 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/
Dwasapi.c126 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()
Dwasapi2.c127 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/
Dd3d11screencapturesrc.cpp223 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/
Dnetclock-client.c47 gst_bus_add_watch (bus, (GstBusFunc) handle_bus_message, client_clock); in main()
/third_party/gstreamer/gstreamer/tests/examples/helloworld/
Dhelloworld.c69 bus_watch_id = gst_bus_add_watch (bus, bus_call, loop); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dstepping.c105 gst_bus_add_watch (bus, handle_message, bin); in main()
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dtagschecking.c113 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/
Dgiosrc-mounting.c116 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dtest-splitmuxpartreader.c83 gst_bus_add_watch (data.bus, (GstBusFunc) handle_message, &data); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/spectrum/
Dspectrum-example.c110 gst_bus_add_watch (bus, message_handler, NULL); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/playrec/
Dplayrec.c138 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/level/
Dlevel-example.c129 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dposition-formats.c130 gst_bus_add_watch (bus, (GstBusFunc) bus_message, (gpointer) loop); in main()
Dplaybin-text.c156 gst_bus_add_watch (bus, (GstBusFunc) bus_message, app); in main()
Dinput-selector-test.c148 gst_bus_add_watch (bus, my_bus_callback, NULL); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dv4l2src-renegotiate.c153 gst_bus_add_watch (bus, bus_callback, NULL); in main()
/third_party/gstreamer/gstplugins_bad/tests/examples/wpe/
Dwpe.c130 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dgio.c109 bus_watch = gst_bus_add_watch (bus, message_handler, loop); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dipcpipeline1.c106 gst_bus_add_watch (GST_ELEMENT_BUS (pipeline), master_bus_msg, pipeline); in start_source()
/third_party/gstreamer/gstreamer/gst/
Dgstbus.h211 guint gst_bus_add_watch (GstBus * bus,

1234