Home
last modified time | relevance | path

Searched refs:PROP_CAPS (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgststreams.c79 PROP_CAPS, enumerator
158 gst_stream_pspecs[PROP_CAPS] = in gst_stream_class_init()
161 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_stream_class_init()
162 gst_stream_pspecs[PROP_CAPS]); in gst_stream_class_init()
445 g_object_notify_by_pspec (G_OBJECT (stream), gst_stream_pspecs[PROP_CAPS]); in gst_stream_set_caps()
502 case PROP_CAPS: in gst_stream_set_property()
535 case PROP_CAPS: in gst_stream_get_property()
Dgstdevice.c49 PROP_CAPS, enumerator
93 g_object_class_install_property (object_class, PROP_CAPS, in gst_device_class_init()
143 case PROP_CAPS: in gst_device_get_property()
173 case PROP_CAPS: in gst_device_set_property()
Dgstpadtemplate.c108 PROP_CAPS, enumerator
193 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_pad_template_class_init()
559 case PROP_CAPS: in gst_pad_template_set_property()
591 case PROP_CAPS: in gst_pad_template_get_property()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgstfragment.c41 PROP_CAPS, enumerator
64 case PROP_CAPS: in gst_fragment_set_property()
102 case PROP_CAPS: in gst_fragment_get_property()
147 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_fragment_class_init()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstcapssetter.c69 PROP_CAPS, enumerator
125 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_caps_setter_class_init()
265 case PROP_CAPS:{ in gst_caps_setter_set_property()
322 case PROP_CAPS: in gst_caps_setter_get_property()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstsocketsrc.c75 PROP_CAPS, enumerator
130 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_socket_src_class_init()
402 case PROP_CAPS: in gst_socket_src_set_property()
444 case PROP_CAPS: in gst_socket_src_get_property()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c37 PROP_CAPS, enumerator
78 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_auto_detect_class_init()
449 case PROP_CAPS: in gst_auto_detect_set_property()
472 case PROP_CAPS: in gst_auto_detect_get_property()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesrc.c82 PROP_CAPS, enumerator
175 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_multi_file_src_class_init()
322 case PROP_CAPS: in gst_multi_file_src_set_property()
377 case PROP_CAPS: in gst_multi_file_src_get_property()
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c75 PROP_CAPS, enumerator
143 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_pcap_parse_class_init()
251 case PROP_CAPS: in gst_pcap_parse_get_property()
288 case PROP_CAPS: in gst_pcap_parse_set_property()
/third_party/gstreamer/gstplugins_bad/gst/rtp/
Dgstrtpsrc.c82 PROP_CAPS, enumerator
257 case PROP_CAPS: in gst_rtp_src_set_property()
315 case PROP_CAPS: in gst_rtp_src_get_property()
470 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_rtp_src_class_init()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin3.c298 PROP_CAPS enumerator
461 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_uri_decode_bin3_class_init()
912 case PROP_CAPS: in gst_uri_decode_bin3_set_property()
991 case PROP_CAPS: in gst_uri_decode_bin3_get_property()
Dgsturidecodebin.c221 PROP_CAPS, enumerator
478 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_uri_decode_bin_class_init()
954 case PROP_CAPS: in gst_uri_decode_bin_set_property()
1050 case PROP_CAPS: in gst_uri_decode_bin_get_property()
Dgstdecodebin3.c379 PROP_CAPS enumerator
558 g_object_class_install_property (gobject_klass, PROP_CAPS, in gst_decodebin3_class_init()
690 case PROP_CAPS: in gst_decodebin3_set_property()
711 case PROP_CAPS: in gst_decodebin3_get_property()
Dgstdecodebin2.c286 PROP_CAPS, enumerator
931 g_object_class_install_property (gobject_klass, PROP_CAPS, in gst_decode_bin_class_init()
1472 case PROP_CAPS: in gst_decode_bin_set_property()
1561 case PROP_CAPS: in gst_decode_bin_get_property()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c172 PROP_CAPS, enumerator
239 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_app_sink_class_init()
624 case PROP_CAPS: in gst_app_sink_set_property()
656 case PROP_CAPS: in gst_app_sink_get_property()
Dgstappsrc.c240 PROP_CAPS, enumerator
338 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_app_src_class_init()
888 case PROP_CAPS: in gst_app_src_set_property()
958 case PROP_CAPS: in gst_app_src_get_property()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c582 PROP_CAPS, enumerator
676 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_udpsrc_class_init()
1312 case PROP_CAPS: in gst_udpsrc_set_property()
1405 case PROP_CAPS: in gst_udpsrc_get_property()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttypefindelement.c114 PROP_CAPS, enumerator
257 g_object_class_install_property (gobject_class, PROP_CAPS, in gst_type_find_element_class_init()
420 case PROP_CAPS: in gst_type_find_element_get_property()