lamemp3enc: cosmetic error message change

LET'S TRY TO KEEP CAPITALS TO A MINIMUM.
This commit is contained in:
Tim-Philipp Müller 2011-11-11 01:27:47 +00:00
parent f6d7531c66
commit 82ae672bad

View file

@ -366,13 +366,13 @@ zero_output_rate:
if (tags)
gst_tag_list_free (tags);
GST_ELEMENT_ERROR (lame, LIBRARY, SETTINGS, (NULL),
("LAMEMP3ENC decided on a zero sample rate"));
("LAME mp3 audio decided on a zero sample rate"));
return FALSE;
}
setup_failed:
{
GST_ELEMENT_ERROR (lame, LIBRARY, SETTINGS,
(_("Failed to configure LAMEMP3ENC encoder. Check your encoding parameters.")), (NULL));
(_("Failed to configure LAME mp3 audio encoder. Check your encoding parameters.")), (NULL));
return FALSE;
}
}