Home
last modified time | relevance | path

Searched refs:GST_CAPS_ANY (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelement.c199 gst_pad_template_new ("test", GST_PAD_SRC, GST_PAD_ALWAYS, GST_CAPS_ANY)); in gst_test_element_class_init()
210 GST_CAPS_ANY)); in gst_test_element_class_init()
291 gst_pad_template_new ("test", GST_PAD_SRC, GST_PAD_ALWAYS, GST_CAPS_ANY)); in gst_test_element2_class_init()
303 GST_CAPS_ANY)); in gst_test_element2_class_init()
575 GST_CAPS_ANY)); in gst_test_element3_class_init()
579 GST_CAPS_ANY)); in gst_test_element3_class_init()
583 GST_CAPS_ANY)); in gst_test_element3_class_init()
587 GST_PAD_REQUEST, GST_CAPS_ANY)); in gst_test_element3_class_init()
591 GST_CAPS_ANY)); in gst_test_element3_class_init()
595 GST_CAPS_ANY)); in gst_test_element3_class_init()
[all …]
Dgstcaps.c129 fail_unless (gst_caps_is_equal (caps1, GST_CAPS_ANY)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufplugin.c90 gst_gdk_pixbuf_type_find, NULL, GST_CAPS_ANY, NULL); in plugin_init()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstcapssetter.c197 return gst_caps_ref (GST_CAPS_ANY); in gst_caps_setter_transform_caps()
/third_party/gstreamer/gstreamer/gst/
Dgstcaps.h88 #define GST_CAPS_ANY _gst_caps_any macro
Dgstpad.c2756 return gst_caps_ref (GST_CAPS_ANY); in gst_pad_get_pad_template_caps()
3221 result = GST_CAPS_ANY; in gst_pad_query_caps_default()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdemux.c214 GST_PAD_SRC, GST_PAD_SOMETIMES, GST_CAPS_ANY); in gst_ffmpegdemux_base_init()
216 GST_PAD_SRC, GST_PAD_SOMETIMES, GST_CAPS_ANY); in gst_ffmpegdemux_base_init()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt429 GST_CAPS_ANY
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c1885 gst_query_set_caps_result (query, GST_CAPS_ANY); in multiqueue_src_probe()
/third_party/gstreamer/gstreamer/
DChangeLog48514 Add a singleton for ANY and EMPTY caps and make the GST_CAPS_ANY and
67802 GST_CAPS_ANY on any of the pads (i.e. the actual check will be done
122763 …ts/gstcapsfilter.c: Allow NULL as possible value for filter_caps property, indicating GST_CAPS_ANY.
122767 for filter_caps property, indicating GST_CAPS_ANY.