diff --git a/sys/va/gstvah265dec.c b/sys/va/gstvah265dec.c index 6e1b9319ab..fb49a7cd1c 100644 --- a/sys/va/gstvah265dec.c +++ b/sys/va/gstvah265dec.c @@ -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);