mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
typefindelement: Improve English grammar
https://bugzilla.gnome.org/show_bug.cgi?id=761273
This commit is contained in:
parent
09397c442d
commit
78ba7f9a8e
1 changed files with 2 additions and 2 deletions
|
@ -929,7 +929,7 @@ not_enough_data:
|
||||||
|
|
||||||
if (at_eos) {
|
if (at_eos) {
|
||||||
GST_ELEMENT_ERROR (typefind, STREAM, TYPE_NOT_FOUND,
|
GST_ELEMENT_ERROR (typefind, STREAM, TYPE_NOT_FOUND,
|
||||||
(_("Stream contains not enough data.")), ("Can't typefind stream"));
|
(_("Stream doesn't contain enough data.")), ("Can't typefind stream"));
|
||||||
return GST_FLOW_ERROR;
|
return GST_FLOW_ERROR;
|
||||||
} else {
|
} else {
|
||||||
GST_DEBUG_OBJECT (typefind, "not enough data for typefinding yet "
|
GST_DEBUG_OBJECT (typefind, "not enough data for typefinding yet "
|
||||||
|
@ -950,7 +950,7 @@ wait_for_data:
|
||||||
|
|
||||||
if (at_eos) {
|
if (at_eos) {
|
||||||
GST_ELEMENT_ERROR (typefind, STREAM, TYPE_NOT_FOUND,
|
GST_ELEMENT_ERROR (typefind, STREAM, TYPE_NOT_FOUND,
|
||||||
(_("Stream contains not enough data.")), ("Can't typefind stream"));
|
(_("Stream doesn't contain enough data.")), ("Can't typefind stream"));
|
||||||
return GST_FLOW_ERROR;
|
return GST_FLOW_ERROR;
|
||||||
} else {
|
} else {
|
||||||
GST_DEBUG_OBJECT (typefind,
|
GST_DEBUG_OBJECT (typefind,
|
||||||
|
|
Loading…
Reference in a new issue