Skip to content
Snippets Groups Projects
Commit c920d994 authored by Jan Schmidt's avatar Jan Schmidt
Browse files

glcolorconvert: Fix a typo in a debug message

parent f15f60a0
No related branches found
No related tags found
Loading
......@@ -2450,7 +2450,7 @@ _do_convert (GstGLContext * context, GstGLColorConvert * convert)
composition_meta =
gst_buffer_get_video_overlay_composition_meta (convert->inbuf);
if (composition_meta) {
GST_DEBUG ("found video overlay composition meta, appliying on output.");
GST_DEBUG ("found video overlay composition meta, applying on output.");
gst_buffer_add_video_overlay_composition_meta
(convert->outbuf, composition_meta->overlay);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment