Home
last modified time | relevance | path

Searched refs:gst_message_parse_device_added (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdevice.c365 gst_message_parse_device_added (msg, &dev); in GST_START_TEST()
499 gst_message_parse_device_added (msg, &dev); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264deviceprovider.c224 gst_message_parse_device_added (msg, &v4l2dev); in _bus_message_cb()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c256 gst_message_parse_device_added (msg, &device); in bus_msg_handler()
/third_party/gstreamer/gstreamer/gst/
Dgstmessage.h800 void gst_message_parse_device_added (GstMessage * message, GstDevice ** device);
Dgstdevicemonitor.c273 gst_message_parse_device_added (message, &device); in bus_sync_message()
Dgstmessage.c2824 gst_message_parse_device_added (GstMessage * message, GstDevice ** device) in gst_message_parse_device_added() function