Home
last modified time | relevance | path

Searched refs:gst_device_get_properties (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstdevice.c152 g_value_take_boxed (value, gst_device_get_properties (gstdevice)); in gst_device_get_property()
302 gst_device_get_properties (GstDevice * device) in gst_device_get_properties() function
Dgstdevice.h103 GstStructure * gst_device_get_properties (GstDevice * device);
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapidevice.c152 s = gst_device_get_properties (device); in gst_wasapi_device_is_in_list()
162 other_s = gst_device_get_properties (GST_DEVICE (iter->data)); in gst_wasapi_device_is_in_list()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2device.c421 s = gst_device_get_properties (device); in gst_wasapi2_device_is_in_list()
431 other_s = gst_device_get_properties (GST_DEVICE (iter->data)); in gst_wasapi2_device_is_in_list()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfdevice.c448 s = gst_device_get_properties (device); in gst_mf_device_is_in_list()
458 other_s = gst_device_get_properties (GST_DEVICE (iter->data)); in gst_mf_device_is_in_list()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11screencapturesrc.cpp72 s = gst_device_get_properties (dev); in enum_devices()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264deviceprovider.c156 GstStructure *props = gst_device_get_properties (v4l2dev); in create_device()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c188 props = gst_device_get_properties (device); in print_device()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c276 GstStructure *props = gst_device_get_properties (GST_DEVICE (dev)); in get_server_info_cb()