gstreamer/ext/gio
Sebastian Dröge cf7dfb868e 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.
2007-11-07 11:48:09 +00:00
..
gstgio.c ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash. 2007-11-07 11:48:09 +00:00
gstgio.h Add a GIO/GVFS plugin with source and sink elements. This will only be enabled when --enable-experimental is given to... 2007-09-21 17:07:56 +00:00
gstgiosink.c ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash. 2007-11-07 11:48:09 +00:00
gstgiosink.h ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash. 2007-11-07 11:48:09 +00:00
gstgiosrc.c ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash. 2007-11-07 11:48:09 +00:00
gstgiosrc.h ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash. 2007-11-07 11:48:09 +00:00
Makefile.am Add a GIO/GVFS plugin with source and sink elements. This will only be enabled when --enable-experimental is given to... 2007-09-21 17:07:56 +00:00