Searched refs:_bus_watch (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/examples/wpe/ |
D | wpe.c | 26 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function 130 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/ |
D | webrtcbidirectional.c | 12 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function 165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
|
D | webrtc.c | 12 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function 157 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
|
D | webrtctransceiver.c | 12 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function 184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
|
D | webrtcswap.c | 12 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function 183 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
|
D | webrtcrenego.c | 48 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function 256 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 309 _bus_watch (GstBus * bus, GstMessage * msg, struct test_webrtc *t) in _bus_watch() function 562 gst_bus_add_watch (ret->bus1, (GstBusFunc) _bus_watch, ret); in test_webrtc_new() 563 gst_bus_add_watch (ret->bus2, (GstBusFunc) _bus_watch, ret); in test_webrtc_new()
|