gsth264parser: fix typo in debug message
authorBrad Hards <bradh@frogmouth.net>
Fri, 27 Aug 2021 07:25:04 +0000 (17:25 +1000)
committerBrad Hards <bradh@frogmouth.net>
Fri, 27 Aug 2021 07:43:44 +0000 (17:43 +1000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2493>

gst-libs/gst/codecparsers/gsth264parser.c

index 1a610f6..e1703c5 100644 (file)
@@ -3169,7 +3169,7 @@ gst_h264_create_sei_memory_internal (guint8 nal_prefix_size,
         have_written_data = TRUE;
         break;
       case GST_H264_SEI_MASTERING_DISPLAY_COLOUR_VOLUME:
-        GST_DEBUG ("Wrtiting \"Mastering display colour volume\"");
+        GST_DEBUG ("Writing \"Mastering display colour volume\"");
         if (!gst_h264_write_sei_mastering_display_colour_volume (&nw,
                 &msg->payload.mastering_display_colour_volume)) {
           GST_WARNING ("Failed to write \"Mastering display colour volume\"");