typefind: fix indentation

This commit is contained in:
Tim-Philipp Müller 2016-02-27 15:32:19 +00:00
parent 458c8608eb
commit 94ec3f8a3e

View file

@ -929,7 +929,8 @@ 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 doesn't contain 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 +951,8 @@ 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 doesn't contain 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,