filesink: indentation fixes

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2015-12-03 15:01:27 -08:00
parent 5f1764232f
commit c0d2c1e793
2 changed files with 3 additions and 3 deletions

View file

@ -440,7 +440,7 @@ gst_file_sink_close_file (GstFileSink * sink)
if (sink->file) {
if (fclose (sink->file) != 0)
GST_ELEMENT_ERROR (sink, RESOURCE, CLOSE,
(_("Error closing file \"%s\"."), sink->filename), GST_ERROR_SYSTEM);
(_("Error closing file \"%s\"."), sink->filename), GST_ERROR_SYSTEM);
GST_DEBUG_OBJECT (sink, "closed file");
sink->file = NULL;