mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gsth264parser: fix typo in debug message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2493>
This commit is contained in:
parent
5bd31b8cce
commit
dee294809f
1 changed files with 1 additions and 1 deletions
|
@ -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\"");
|
||||
|
|
Loading…
Reference in a new issue