mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
lamemp3enc: cosmetic error message change
LET'S TRY TO KEEP CAPITALS TO A MINIMUM.
This commit is contained in:
parent
713f4bc700
commit
684cd3ce3e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue