diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 6e2d72fd03..ef182e2026 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -578,7 +578,7 @@ zero_output_rate: setup_failed: { GST_ELEMENT_ERROR (lame, LIBRARY, SETTINGS, - (_("Failed to configure LAME encoder. Check your encoding parameters.")), NULL); + (_("Failed to configure LAME encoder. Check your encoding parameters.")), (NULL)); return FALSE; } }