Searched refs:GST_CAPS_ANY (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstelement.c | 199 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 …]
|
D | gstcaps.c | 138 fail_unless (gst_caps_is_equal (caps1, GST_CAPS_ANY)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/ |
D | gstgdkpixbufelement.c | 85 gst_gdk_pixbuf_type_find, NULL, GST_CAPS_ANY, NULL); in gdk_pixbuf_element_init()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstcapssetter.c | 201 return gst_caps_ref (GST_CAPS_ANY); in gst_caps_setter_transform_caps()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcaps.h | 90 #define GST_CAPS_ANY _gst_caps_any macro
|
D | gstpad.c | 2761 return gst_caps_ref (GST_CAPS_ANY); in gst_pad_get_pad_template_caps() 3298 result = GST_CAPS_ANY; in gst_pad_query_caps_default()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 219 GST_PAD_SRC, GST_PAD_SOMETIMES, GST_CAPS_ANY); in gst_ffmpegdemux_base_init() 221 GST_PAD_SRC, GST_PAD_SOMETIMES, GST_CAPS_ANY); in gst_ffmpegdemux_base_init()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstdecodebin3.c | 2009 gst_query_set_caps_result (query, GST_CAPS_ANY); in multiqueue_src_probe()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 56769 Add a singleton for ANY and EMPTY caps and make the GST_CAPS_ANY and 76057 GST_CAPS_ANY on any of the pads (i.e. the actual check will be done 131018 …ts/gstcapsfilter.c: Allow NULL as possible value for filter_caps property, indicating GST_CAPS_ANY. 131022 for filter_caps property, indicating GST_CAPS_ANY.
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 6162 filter caps. If that's the case, just return GST_CAPS_ANY
|