Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c1673 GValue compat_profiles = G_VALUE_INIT; in get_compatible_profile_caps() local
1676 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()
Dgsth264parse.c1723 GValue compat_profiles = G_VALUE_INIT; in get_compatible_profile_caps() local
1724 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()