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:
5479255
)
avimux: fix typo in warning message
author
Stefan Kost
<ensonic@users.sf.net>
Fri, 1 Jan 2010 12:10:49 +0000
(14:10 +0200)
committer
Stefan Kost
<ensonic@users.sf.net>
Mon, 4 Jan 2010 22:12:44 +0000
(
00:12
+0200)
gst/avi/gstavimux.c
patch
|
blob
|
history
diff --git
a/gst/avi/gstavimux.c
b/gst/avi/gstavimux.c
index
8edaff5
..
890397d
100644
(file)
--- a/
gst/avi/gstavimux.c
+++ b/
gst/avi/gstavimux.c
@@
-1010,7
+1010,7
@@
too_late:
}
wrong_template:
{
- g_warning ("avimux
x
: this is not our template!\n");
+ g_warning ("avimux: this is not our template!\n");
return NULL;
}
}