summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-01-01 14:10:49 +0200
committerStefan Kost <ensonic@users.sf.net>2010-01-05 00:12:44 +0200
commitfd9530d2d5b6570173da6ced8904983bde1519c6 (patch)
treecbb6657f7b0540500725d1c078a9f4b3a3449d8e
parent547925513010e94e6627fc80b9c24c3ab63f240b (diff)
avimux: fix typo in warning message
-rw-r--r--gst/avi/gstavimux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c
index 8edaff5ee..890397d71 100644
--- a/gst/avi/gstavimux.c
+++ b/gst/avi/gstavimux.c
@@ -1010,7 +1010,7 @@ too_late:
}
wrong_template:
{
- g_warning ("avimuxx: this is not our template!\n");
+ g_warning ("avimux: this is not our template!\n");
return NULL;
}
}