Searched refs:restriction_format (Results 1 – 1 of 1) sorted by relevance
1827 gchar *strcaps, *strpresence, **strprops_v, **restriction_format, in create_encoding_stream_profile() local1834 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()1835 if (restriction_format[1]) { in create_encoding_stream_profile()1836 restrictioncaps = gst_caps_from_string (restriction_format[0]); in create_encoding_stream_profile()1837 strcaps = g_strdup (restriction_format[1]); in create_encoding_stream_profile()1840 strcaps = g_strdup (restriction_format[0]); in create_encoding_stream_profile()1842 g_strfreev (restriction_format); in create_encoding_stream_profile()