mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
av1decoder: Fix debug typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2365>
This commit is contained in:
parent
6dbb9c705a
commit
7a1effc499
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ gst_av1_decoder_process_sequence (GstAV1Decoder * self, GstAV1OBU * obu)
|
|||
gst_av1_decoder_profile_to_string (priv->profile),
|
||||
gst_av1_decoder_profile_to_string (seq_header.seq_profile),
|
||||
priv->max_width, priv->max_height, seq_header.max_frame_width_minus_1 + 1,
|
||||
seq_header.max_frame_width_minus_1 + 1);
|
||||
seq_header.max_frame_height_minus_1 + 1);
|
||||
|
||||
if (!klass->new_sequence (self, &seq_header)) {
|
||||
GST_ERROR_OBJECT (self, "subclass does not want accept new sequence");
|
||||
|
|
Loading…
Reference in a new issue