Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstcaps.h98 #define GST_CAPS_NONE _gst_caps_none
142 GST_API GstCaps * _gst_caps_none; variable
Dgstcaps.c135 GstCaps *_gst_caps_none; variable
145 _gst_caps_none = gst_caps_new_empty (); in _priv_gst_caps_initialize()
156 gst_caps_unref (_gst_caps_none); in _priv_gst_caps_cleanup()
157 _gst_caps_none = NULL; in _priv_gst_caps_cleanup()
/third_party/gstreamer/gstreamer/
DChangeLog56751 Rename the variable for GST_CAPS_NONE to _gst_caps_none for consistency and to