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.h96 #define GST_CAPS_NONE _gst_caps_none
141 GST_API GstCaps * _gst_caps_none; variable
Dgstcaps.c133 GstCaps *_gst_caps_none; variable
143 _gst_caps_none = gst_caps_new_empty (); in _priv_gst_caps_initialize()
154 gst_caps_unref (_gst_caps_none); in _priv_gst_caps_cleanup()
155 _gst_caps_none = NULL; in _priv_gst_caps_cleanup()
/third_party/gstreamer/gstreamer/
DChangeLog48496 Rename the variable for GST_CAPS_NONE to _gst_caps_none for consistency and to