Searched refs:compat_profiles (Results 1 – 2 of 2) sorted by relevance
1673 GValue compat_profiles = G_VALUE_INIT; in get_compatible_profile_caps() local1676 g_value_init (&compat_profiles, GST_TYPE_LIST); in get_compatible_profile_caps()1973 gst_value_list_append_value (&compat_profiles, &value); in get_compatible_profile_caps()1978 gst_caps_set_value (caps, "profile", &compat_profiles); in get_compatible_profile_caps()1979 g_value_unset (&compat_profiles); in get_compatible_profile_caps()
1723 GValue compat_profiles = G_VALUE_INIT; in get_compatible_profile_caps() local1724 g_value_init (&compat_profiles, GST_TYPE_LIST); in get_compatible_profile_caps()1844 gst_value_list_append_value (&compat_profiles, &value); in get_compatible_profile_caps()1847 gst_caps_set_value (caps, "profile", &compat_profiles); in get_compatible_profile_caps()1848 g_value_unset (&compat_profiles); in get_compatible_profile_caps()