Searched refs:mime_codec (Results 1 – 2 of 2) sorted by relevance
1365 gchar *mime_codec = NULL; in GST_START_TEST() local1372 mime_codec = gst_codec_utils_caps_get_mime_codec (caps); in GST_START_TEST()1373 fail_unless_equals_string (mime_codec, "avc1"); in GST_START_TEST()1374 g_free (mime_codec); in GST_START_TEST()1391 mime_codec = gst_codec_utils_caps_get_mime_codec (caps); in GST_START_TEST()1392 fail_unless_equals_string (mime_codec, "avc1.640032"); in GST_START_TEST()1393 g_free (mime_codec); in GST_START_TEST()1405 mime_codec = gst_codec_utils_caps_get_mime_codec (caps); in GST_START_TEST()1406 fail_unless_equals_string (mime_codec, "hvc1.1.6.L93.B0"); in GST_START_TEST()1407 g_free (mime_codec); in GST_START_TEST()[all …]
2364 hevc_caps_get_mime_codec (GstCaps * caps, gchar ** mime_codec) in hevc_caps_get_mime_codec() argument2458 *mime_codec = g_string_free (codec_string, FALSE); in hevc_caps_get_mime_codec()2485 gchar *mime_codec = NULL; in gst_codec_utils_caps_get_mime_codec() local2514 mime_codec = g_strdup ("avc1"); in gst_codec_utils_caps_get_mime_codec()2516 mime_codec = g_strdup_printf ("avc1.%02X%02X%02X", profile, flags, level); in gst_codec_utils_caps_get_mime_codec()2519 if (!hevc_caps_get_mime_codec (caps, &mime_codec)) { in gst_codec_utils_caps_get_mime_codec()2521 mime_codec = g_strdup ("hev1"); in gst_codec_utils_caps_get_mime_codec()2527 mime_codec = g_strdup ("av01"); in gst_codec_utils_caps_get_mime_codec()2531 mime_codec = g_strdup ("vp08"); in gst_codec_utils_caps_get_mime_codec()2536 mime_codec = g_strdup ("vp09"); in gst_codec_utils_caps_get_mime_codec()[all …]