diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index 8edaff5ee3..890397d716 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; } }