projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03aec73
)
Fix a common typo: retreive -> retrieve
author
Thiago Santos
<thiagoss@osg.samsung.com>
Fri, 5 Jun 2015 12:35:39 +0000
(09:35 -0300)
committer
Thiago Santos
<thiagoss@osg.samsung.com>
Fri, 5 Jun 2015 12:43:35 +0000
(09:43 -0300)
Seems to have been copy pasted around a few places
ext/gl/gstglmixerbin.c
patch
|
blob
|
history
diff --git
a/ext/gl/gstglmixerbin.c
b/ext/gl/gstglmixerbin.c
index ae8abef95aba648d5ff4c5fb1839556a36fbb1cf..d18c2d31e45c6ebee3e189ec1a52358bdfd31152 100644
(file)
--- a/
ext/gl/gstglmixerbin.c
+++ b/
ext/gl/gstglmixerbin.c
@@
-483,7
+483,7
@@
gst_gl_mixer_bin_change_state (GstElement * element, GstStateChange transition)
gst_gl_mixer_bin_signals[SIGNAL_CREATE_ELEMENT], 0, &self->mixer);
if (!self->mixer) {
- GST_ERROR_OBJECT (element, "Failed to retr
ei
ve element");
+ GST_ERROR_OBJECT (element, "Failed to retr
ie
ve element");
GST_OBJECT_UNLOCK (element);
return GST_STATE_CHANGE_FAILURE;
}