Searched refs:bus1 (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/examples/wpe/ |
D | wpe.c | 23 static GstBus *bus1; variable 129 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main() 130 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main() 150 gst_bus_remove_watch (bus1); in main() 151 gst_object_unref (bus1); in main()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/ |
D | webrtcbidirectional.c | 9 static GstBus *bus1; variable 164 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main() 165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main() 190 gst_bus_remove_watch (bus1); in main() 191 gst_object_unref (bus1); in main()
|
D | webrtc.c | 9 static GstBus *bus1; variable 156 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main() 157 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main() 180 gst_bus_remove_watch (bus1); in main() 181 gst_object_unref (bus1); in main()
|
D | webrtcswap.c | 9 static GstBus *bus1; variable 182 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main() 183 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main() 208 gst_bus_remove_watch (bus1); in main() 209 gst_object_unref (bus1); in main()
|
D | webrtctransceiver.c | 9 static GstBus *bus1; variable 183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main() 184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main() 211 gst_bus_remove_watch (bus1); in main() 212 gst_object_unref (bus1); in main()
|
D | webrtcrenego.c | 9 static GstBus *bus1; variable 255 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main() 256 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main() 283 gst_bus_remove_watch (bus1); in main() 284 gst_object_unref (bus1); in main()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 69 GstBus *bus1; member 560 ret->bus1 = gst_bus_new (); in test_webrtc_new() 562 gst_bus_add_watch (ret->bus1, (GstBusFunc) _bus_watch, ret); in test_webrtc_new() 571 gst_element_set_bus (ret->webrtc1, ret->bus1); in test_webrtc_new() 637 gst_bus_remove_watch (t->bus1); in test_webrtc_free() 640 gst_bus_set_flushing (t->bus1, TRUE); in test_webrtc_free() 643 gst_object_unref (t->bus1); in test_webrtc_free()
|