mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
glcolorconvert: Fix a typo in a debug message
This commit is contained in:
parent
f15f60a062
commit
c920d994ab
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue