mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
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:
parent
43cb1b5dcf
commit
64cca0f791
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ _complete_sink_caps (GstCaps * sinkcaps)
|
||||||
{
|
{
|
||||||
GstCaps *caps = gst_caps_copy (sinkcaps);
|
GstCaps *caps = gst_caps_copy (sinkcaps);
|
||||||
GValue val = G_VALUE_INIT;
|
GValue val = G_VALUE_INIT;
|
||||||
const gchar *streamformat[] = { "hvc", "hev1", "byte-stream" };
|
const gchar *streamformat[] = { "hvc1", "hev1", "byte-stream" };
|
||||||
gint i;
|
gint i;
|
||||||
|
|
||||||
g_value_init (&val, G_TYPE_STRING);
|
g_value_init (&val, G_TYPE_STRING);
|
||||||
|
|
Loading…
Reference in a new issue