gsth264parser: fix typo in debug message

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2493>
This commit is contained in:
Brad Hards 2021-08-27 17:25:04 +10:00
parent 5bd31b8cce
commit dee294809f

View 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\"");