summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2021-08-27 17:25:04 +1000
committerBrad Hards <bradh@frogmouth.net>2021-08-27 17:43:44 +1000
commitdee294809f3781e662180c66ed2fd59c267def45 (patch)
tree89c76c3360ec1f928891eafacad907239554c5cc /gst-libs
parent5bd31b8cce4706b6e9754b6118cf5f941607218a (diff)
downloadgstreamer-plugins-bad-dee294809f3781e662180c66ed2fd59c267def45.tar.gz
gsth264parser: fix typo in debug message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2493>
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/codecparsers/gsth264parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/codecparsers/gsth264parser.c b/gst-libs/gst/codecparsers/gsth264parser.c
index 1a610f662..e1703c54e 100644
--- a/gst-libs/gst/codecparsers/gsth264parser.c
+++ b/gst-libs/gst/codecparsers/gsth264parser.c
@@ -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\"");