Original commit message from CVS:
Don't unref seek event twice in case where fflush() fails
+2005-01-24 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
+ Don't unref seek event twice when fflush() fails
+
2005-01-22 David Schleef <ds@schleef.org>
* configure.ac: Add --disable-valgrind. (partial fix for #164890)
GST_ELEMENT_ERROR (filesink, RESOURCE, WRITE,
(_("Error while writing to file \"%s\"."), filesink->filename),
GST_ERROR_SYSTEM);
+ return FALSE;
}
}
GST_ELEMENT_ERROR (filesink, RESOURCE, WRITE,
(_("Error while writing to file \"%s\"."), filesink->filename),
GST_ERROR_SYSTEM);
+ return FALSE;
}
}