From 3b310c00eb22d59e2a19d84707c4d8f7dec5b434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 7 Nov 2007 11:48:09 +0000 Subject: ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash. Original commit message from CVS: * ext/gio/gstgio.c: (plugin_init): Remove nowadays unnecessary workaround for a crash. * ext/gio/gstgiosink.c: (gst_gio_sink_finalize), (gst_gio_sink_start), (gst_gio_sink_stop), (gst_gio_sink_unlock_stop): * ext/gio/gstgiosink.h: * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start), (gst_gio_src_stop), (gst_gio_src_unlock_stop): * ext/gio/gstgiosrc.h: Make the finalize function safer, clean up everything that could stay around. Reset the cancellable instead of creating a new one after cancelling some operation. Don't store the GFile in the element, it's only necessary for creating the streams. --- ext/gio/gstgiosink.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/gio/gstgiosink.h') diff --git a/ext/gio/gstgiosink.h b/ext/gio/gstgiosink.h index 474f7cfd..a9bdbed8 100644 --- a/ext/gio/gstgiosink.h +++ b/ext/gio/gstgiosink.h @@ -53,7 +53,6 @@ struct _GstGioSink /*< private >*/ GCancellable *cancel; - GFile *file; gchar *location; guint64 position; GFileOutputStream *stream; -- cgit v1.2.1