mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
typefind: fix indentation
This commit is contained in:
parent
458c8608eb
commit
94ec3f8a3e
1 changed files with 4 additions and 2 deletions
|
@ -929,7 +929,8 @@ not_enough_data:
|
|||
|
||||
if (at_eos) {
|
||||
GST_ELEMENT_ERROR (typefind, STREAM, TYPE_NOT_FOUND,
|
||||
(_("Stream doesn't contain enough data.")), ("Can't typefind stream"));
|
||||
(_("Stream doesn't contain enough data.")),
|
||||
("Can't typefind stream"));
|
||||
return GST_FLOW_ERROR;
|
||||
} else {
|
||||
GST_DEBUG_OBJECT (typefind, "not enough data for typefinding yet "
|
||||
|
@ -950,7 +951,8 @@ wait_for_data:
|
|||
|
||||
if (at_eos) {
|
||||
GST_ELEMENT_ERROR (typefind, STREAM, TYPE_NOT_FOUND,
|
||||
(_("Stream doesn't contain enough data.")), ("Can't typefind stream"));
|
||||
(_("Stream doesn't contain enough data.")),
|
||||
("Can't typefind stream"));
|
||||
return GST_FLOW_ERROR;
|
||||
} else {
|
||||
GST_DEBUG_OBJECT (typefind,
|
||||
|
|
Loading…
Reference in a new issue