mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
lamemp3enc: cosmetic error message change
LET'S TRY TO KEEP CAPITALS TO A MINIMUM.
This commit is contained in:
parent
f6d7531c66
commit
82ae672bad
1 changed files with 2 additions and 2 deletions
|
@ -366,13 +366,13 @@ zero_output_rate:
|
||||||
if (tags)
|
if (tags)
|
||||||
gst_tag_list_free (tags);
|
gst_tag_list_free (tags);
|
||||||
GST_ELEMENT_ERROR (lame, LIBRARY, SETTINGS, (NULL),
|
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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
setup_failed:
|
setup_failed:
|
||||||
{
|
{
|
||||||
GST_ELEMENT_ERROR (lame, LIBRARY, SETTINGS,
|
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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue