Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c2006 gchar **strcaps_v = in parse_encoding_profile() local
2017 if (strcaps_v == NULL) in parse_encoding_profile()
2018 strcaps_v = g_strsplit (value, ":", 0); in parse_encoding_profile()
2020 for (i = 0; strcaps_v[i] && *strcaps_v[i]; i++) { in parse_encoding_profile()
2022 caps_str = g_strcompress (strcaps_v[i]); in parse_encoding_profile()
2053 g_strfreev (strcaps_v); in parse_encoding_profile()