Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdevice.c360 fail_unless (GST_MESSAGE_TYPE (msg) == GST_MESSAGE_DEVICE_ADDED); in GST_START_TEST()
498 fail_unless (GST_MESSAGE_TYPE (msg) == GST_MESSAGE_DEVICE_ADDED); in GST_START_TEST()
Dgstbus.c529 fail_unless_equals_int (GST_MESSAGE_TYPE (msg), GST_MESSAGE_DEVICE_ADDED); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstdevicemonitor.c237 if (type == GST_MESSAGE_DEVICE_ADDED || type == GST_MESSAGE_DEVICE_REMOVED || in bus_sync_message()
243 if (type == GST_MESSAGE_DEVICE_ADDED) in bus_sync_message()
Dgstmessage.h170 GST_MESSAGE_DEVICE_ADDED = GST_MESSAGE_EXTENDED + 1, enumerator
Dgstmessage.c108 {GST_MESSAGE_DEVICE_ADDED, "device-added", 0},
2760 message = gst_message_new_custom (GST_MESSAGE_DEVICE_ADDED, src, structure); in gst_message_new_device_added()
2781 g_return_if_fail (GST_MESSAGE_TYPE (message) == GST_MESSAGE_DEVICE_ADDED); in gst_message_parse_device_added()
Dgstenumtypes.c805 { C_FLAGS(GST_MESSAGE_DEVICE_ADDED), "GST_MESSAGE_DEVICE_ADDED", "device-added" }, in gst_message_type_get_type()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c227 case GST_MESSAGE_DEVICE_ADDED: in bus_msg_handler()