Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpmeta.c217 static const GstMetaInfo *rtp_source_meta_info = NULL; in gst_rtp_source_meta_get_info() local
219 if (g_once_init_enter (&rtp_source_meta_info)) { in gst_rtp_source_meta_get_info()
226 g_once_init_leave (&rtp_source_meta_info, meta); in gst_rtp_source_meta_get_info()
228 return rtp_source_meta_info; in gst_rtp_source_meta_get_info()