Searched refs:bus_watch (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | imagefreeze.c | 128 guint bus_watch = 0; in GST_START_TEST() local 150 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 167 g_source_remove (bus_watch); in GST_START_TEST() 197 guint bus_watch = 0; in GST_START_TEST() local 221 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 246 g_source_remove (bus_watch); in GST_START_TEST() 277 guint bus_watch = 0; in GST_START_TEST() local 301 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 326 g_source_remove (bus_watch); in GST_START_TEST() 357 guint bus_watch = 0; in GST_START_TEST() local [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/ |
D | tagschecking.c | 94 guint bus_watch = 0; in test_mux_tags() local 113 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in test_mux_tags() 133 g_source_remove (bus_watch); in test_mux_tags() 158 guint bus_watch = 0; in test_demux_tags() local 181 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in test_demux_tags() 249 g_source_remove (bus_watch); in test_demux_tags()
|
D | wavenc.c | 77 guint bus_watch = 0; in make_n_channel_wav() local 124 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in make_n_channel_wav() 135 g_source_remove (bus_watch); in make_n_channel_wav()
|
D | wavpack.c | 98 guint bus_watch = 0; in GST_START_TEST() local 153 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); in GST_START_TEST() 185 g_source_remove (bus_watch); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | gio.c | 75 guint bus_watch = 0; in GST_START_TEST() local 109 bus_watch = gst_bus_add_watch (bus, message_handler, loop); in GST_START_TEST() 151 g_source_remove (bus_watch); in GST_START_TEST()
|
D | oggmux.c | 260 guint bus_watch = 0; in test_pipeline() local 283 bus_watch = gst_bus_add_watch (bus, (GstBusFunc) eos_watch, loop); in test_pipeline() 308 g_source_remove (bus_watch); in test_pipeline()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | assrender.c | 189 guint bus_watch = 0; \ 252 bus_watch = gst_bus_add_watch (bus, bus_handler, loop); \ 274 g_source_remove (bus_watch); \
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | videotestsrc.c | 410 guint bus_watch = 0; in GST_START_TEST() local 426 bus_watch = gst_bus_add_watch (bus, (GstBusFunc) eos_watch, loop); in GST_START_TEST() 469 g_source_remove (bus_watch); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | scrubby.c | 44 static guint bus_watch = 0; variable 540 bus_watch = gst_bus_add_watch_full (bus, in main()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play.c | 99 guint bus_watch; member 247 play->bus_watch = gst_bus_add_watch (GST_ELEMENT_BUS (play->playbin), in play_new() 286 g_source_remove (play->bus_watch); in play_free()
|