va: h265dec: fix HVC1 stream format name

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1999>
This commit is contained in:
Víctor Manuel Jáquez Leal 2021-02-02 06:43:27 +01:00
parent 43cb1b5dcf
commit 64cca0f791

View file

@ -818,7 +818,7 @@ _complete_sink_caps (GstCaps * sinkcaps)
{
GstCaps *caps = gst_caps_copy (sinkcaps);
GValue val = G_VALUE_INIT;
const gchar *streamformat[] = { "hvc", "hev1", "byte-stream" };
const gchar *streamformat[] = { "hvc1", "hev1", "byte-stream" };
gint i;
g_value_init (&val, G_TYPE_STRING);