Home
last modified time | relevance | path

Searched refs:_bus_watch (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/wpe/
Dwpe.c26 _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/
Dwebrtcbidirectional.c12 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function
165 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
Dwebrtc.c12 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function
157 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
Dwebrtctransceiver.c12 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
Dwebrtcswap.c12 _bus_watch (GstBus * bus, GstMessage * msg, GstElement * pipe) in _bus_watch() function
183 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
Dwebrtcrenego.c48 _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/
Dwebrtcbin.c309 _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()