From fd9530d2d5b6570173da6ced8904983bde1519c6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 1 Jan 2010 14:10:49 +0200 Subject: [PATCH] avimux: fix typo in warning message --- gst/avi/gstavimux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index 8edaff5..890397d 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; } } -- 2.7.4