mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
v4l2slh264dec: Fix typo in debug trace
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1395>
This commit is contained in:
parent
b33f10e7e2
commit
1f48e60bde
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ gst_v4l2_codec_h264_dec_open (GstVideoDecoder * decoder)
|
|||
|
||||
GST_INFO_OBJECT (self, "Opened H264 %s decoder %s",
|
||||
is_frame_based (self) ? "frame based" : "slice based",
|
||||
needs_start_codes (self) ? "using start-codes" : "withouth start-codes");
|
||||
needs_start_codes (self) ? "using start-codes" : "without start-codes");
|
||||
gst_h264_decoder_set_process_ref_pic_lists (GST_H264_DECODER (self),
|
||||
is_slice_based (self));
|
||||
|
||||
|
|
Loading…
Reference in a new issue