Searched refs:strprops_v (Results 1 – 1 of 1) sorted by relevance
1827 gchar *strcaps, *strpresence, **strprops_v, **restriction_format, in create_encoding_stream_profile() local1853 strprops_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()1854 if (strprops_v[1]) { /* We have a properties */ in create_encoding_stream_profile()1859 preset_name = g_strdup (strprops_v[0]); in create_encoding_stream_profile()1862 strcaps = g_strdup (strprops_v[0]); in create_encoding_stream_profile()1865 for (propi = 1; strprops_v[propi]; propi++) { in create_encoding_stream_profile()1868 gchar *prop = strprops_v[propi]; in create_encoding_stream_profile()1917 if (endptr == strprops_v[1]) { in create_encoding_stream_profile()1930 g_strfreev (strprops_v); in create_encoding_stream_profile()