Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
c920d994
Commit
c920d994
authored
Feb 27, 2018
by
Jan Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glcolorconvert: Fix a typo in a debug message
parent
f15f60a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst-libs/gst/gl/gstglcolorconvert.c
gst-libs/gst/gl/gstglcolorconvert.c
+1
-1
No files found.
gst-libs/gst/gl/gstglcolorconvert.c
View file @
c920d994
...
...
@@ -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, appl
i
ying on output."
);
GST_DEBUG
(
"found video overlay composition meta, applying on output."
);
gst_buffer_add_video_overlay_composition_meta
(
convert
->
outbuf
,
composition_meta
->
overlay
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment