Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1827 gchar *strcaps, *strpresence, **strprops_v, **restriction_format, in create_encoding_stream_profile() local
1837 strcaps = g_strdup (restriction_format[1]); in create_encoding_stream_profile()
1840 strcaps = g_strdup (restriction_format[0]); in create_encoding_stream_profile()
1844 preset_v = g_strsplit (strcaps, "+", 0); in create_encoding_stream_profile()
1847 g_free (strcaps); in create_encoding_stream_profile()
1848 strcaps = g_strdup (preset_v[0]); in create_encoding_stream_profile()
1861 g_free (strcaps); in create_encoding_stream_profile()
1862 strcaps = g_strdup (strprops_v[0]); in create_encoding_stream_profile()
1926 g_free (strcaps); in create_encoding_stream_profile()
1927 strcaps = g_strdup (preset_v[0]); in create_encoding_stream_profile()
[all …]