gstreamer/ext/gio
Sebastian Dröge 1d9cd2a5b3 ext/gio/: Don't use async operations as they require a running main loop.
Original commit message from CVS:
* ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
(gst_gio_base_sink_set_stream):
* ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
(gst_gio_base_src_set_stream):
* ext/gio/gstgiosink.c: (gst_gio_sink_start):
* ext/gio/gstgiosrc.c: (gst_gio_src_start):
Don't use async operations as they require a running main loop.
This makes us block again when closing streams and unable
to mount the enclosing volume of an URI if it isn't yet.
2008-02-17 05:15:45 +00:00
..
gstgio.c Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 for this. 2007-12-29 17:29:17 +00:00
gstgio.h Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 for this. 2007-12-29 17:29:17 +00:00
gstgiobasesink.c ext/gio/: Don't use async operations as they require a running main loop. 2008-02-17 05:15:45 +00:00
gstgiobasesink.h Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 for this. 2007-12-29 17:29:17 +00:00
gstgiobasesrc.c ext/gio/: Don't use async operations as they require a running main loop. 2008-02-17 05:15:45 +00:00
gstgiobasesrc.h Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 for this. 2007-12-29 17:29:17 +00:00
gstgiosink.c ext/gio/: Don't use async operations as they require a running main loop. 2008-02-17 05:15:45 +00:00
gstgiosink.h ext/gio/: Improve debugging a bit. 2008-02-15 11:58:06 +00:00
gstgiosrc.c ext/gio/: Don't use async operations as they require a running main loop. 2008-02-17 05:15:45 +00:00
gstgiosrc.h ext/gio/: Improve debugging a bit. 2008-02-15 11:58:06 +00:00
gstgiostreamsink.c ext/gio/: Add documentation and example code for giostreamsink/giostreamsrc. 2008-02-12 09:24:11 +00:00
gstgiostreamsink.h Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 for this. 2007-12-29 17:29:17 +00:00
gstgiostreamsrc.c ext/gio/: Add documentation and example code for giostreamsink/giostreamsrc. 2008-02-12 09:24:11 +00:00
gstgiostreamsrc.h Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 for this. 2007-12-29 17:29:17 +00:00
Makefile.am Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is reporting 2008-02-08 00:45:56 +00:00