Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstdevice.c135 GstDevice *gstdevice; in gst_device_get_property() local
137 gstdevice = GST_DEVICE_CAST (object); in gst_device_get_property()
141 g_value_take_string (value, gst_device_get_display_name (gstdevice)); in gst_device_get_property()
144 if (gstdevice->priv->caps) in gst_device_get_property()
145 g_value_take_boxed (value, gst_device_get_caps (gstdevice)); in gst_device_get_property()
148 g_value_take_string (value, gst_device_get_device_class (gstdevice)); in gst_device_get_property()
151 if (gstdevice->priv->properties) in gst_device_get_property()
152 g_value_take_boxed (value, gst_device_get_properties (gstdevice)); in gst_device_get_property()
165 GstDevice *gstdevice; in gst_device_set_property() local
167 gstdevice = GST_DEVICE_CAST (object); in gst_device_set_property()
[all …]
Dmeson.build19 'gstdevice.c',
98 'gstdevice.h',
/third_party/gstreamer/gstreamer/tests/check/
Dmeson.build19 [ 'gst/gstdevice.c' ],
/third_party/gstreamer/gstreamer/
DBUILD.gn81 "gst/gstdevice.c",
DChangeLog2737 * tests/check/gst/gstdevice.c:
3065 * tests/check/gst/gstdevice.c:
3991 * tests/check/gst/gstdevice.c:
6532 * gst/gstdevice.c:
6566 * gst/gstdevice.c:
7064 * gst/gstdevice.c:
7072 * gst/gstdevice.c:
7957 * gst/gstdevice.h:
11429 * gst/gstdevice.c:
11456 * tests/check/gst/gstdevice.c:
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog195191 vdpau: move definition of the VdpChromaType array and the VdpauFormats to gstdevice.h