summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2020-06-29 12:06:34 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2020-07-02 12:21:51 -0400
commit1f48e60bde979cc697edd0562f4336a5a6cc3639 (patch)
tree2f52780ee1741f8ac64298871d0f6070b9dad0c6
parentb33f10e7e2d694503110d6a5fb98819f79c5a833 (diff)
v4l2slh264dec: Fix typo in debug trace
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1395>
-rw-r--r--sys/v4l2codecs/gstv4l2codech264dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2codecs/gstv4l2codech264dec.c b/sys/v4l2codecs/gstv4l2codech264dec.c
index 5b7d3363d..87ecf529b 100644
--- a/sys/v4l2codecs/gstv4l2codech264dec.c
+++ b/sys/v4l2codecs/gstv4l2codech264dec.c
@@ -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));