Home
last modified time | relevance | path

Searched refs:_gst_caps_type (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstcaps.h31 GST_API GType _gst_caps_type; variable
33 #define GST_TYPE_CAPS (_gst_caps_type)
H A Dgstcaps.c131 GType _gst_caps_type = 0; variable
140 _gst_caps_type = gst_caps_get_type (); in _priv_gst_caps_initialize()
145 g_value_register_transform_func (_gst_caps_type, in _priv_gst_caps_initialize()
229 gst_mini_object_init (GST_MINI_OBJECT_CAST (caps), 0, _gst_caps_type, in gst_caps_init()
H A Dgstvalue.h146 #define GST_VALUE_HOLDS_CAPS(x) ((x) != NULL && G_VALUE_TYPE(x) == _gst_caps_type)