Searched refs:GST_CAPS_FLAGS (Results 1 – 2 of 2) sorted by relevance
98 (!!(GST_CAPS_FLAGS(caps) & GST_CAPS_FLAG_ANY))177 GST_CAPS_FLAGS (newcaps) = GST_CAPS_FLAGS (caps); in _gst_caps_copy()522 GST_CAPS_FLAGS (caps) |= GST_CAPS_FLAG_ANY; in gst_caps_make_any()1031 GST_CAPS_FLAGS (newcaps) = GST_CAPS_FLAGS (caps); in gst_caps_copy_nth()2411 GST_CAPS_FLAGS (caps) = GST_CAPS_FLAG_ANY; in gst_caps_from_string_inplace()
149 #define GST_CAPS_FLAGS(caps) GST_MINI_OBJECT_FLAGS(caps) macro