Home
last modified time | relevance | path

Searched refs:GST_CAPS_FLAGS (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstcaps.c96 (!!(GST_CAPS_FLAGS(caps) & GST_CAPS_FLAG_ANY))
175 GST_CAPS_FLAGS (newcaps) = GST_CAPS_FLAGS (caps); in _gst_caps_copy()
557 GST_CAPS_FLAGS (caps1) |= GST_CAPS_FLAG_ANY; in gst_caps_append()
989 GST_CAPS_FLAGS (newcaps) = GST_CAPS_FLAGS (caps); in gst_caps_copy_nth()
2305 GST_CAPS_FLAGS (caps) = GST_CAPS_FLAG_ANY; in gst_caps_from_string_inplace()
H A Dgstcaps.h148 #define GST_CAPS_FLAGS(caps) GST_MINI_OBJECT_FLAGS(caps) macro