summaryrefslogtreecommitdiff
path: root/ext/gio/gstgiosink.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Move to gst subdirectorySebastian Dröge2012-01-181-315/+0
* ext: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge2011-04-191-17/+13
* gio: Also post a "not-mounted" message from giosinkSebastian Dröge2009-07-101-0/+13
* gio: Add documentation for the new "not-mounted" and "file-exists" messagesSebastian Dröge2009-07-101-0/+12
* gio: Don't close the GIO streams for the giostream{src,sink} elementsSebastian Dröge2009-07-081-0/+1
* gio: Post a custom file-exists message on the bus if the file already existsSebastian Dröge2009-07-081-2/+11
* gio: Use OPEN_WRITE instead of OPEN_READ as error category in giosinkSebastian Dröge2009-07-081-1/+1
* gio: Add vfunc for requesting the stream for the sinks tooSebastian Dröge2009-07-071-12/+11
* gio: Some more random cleanupSebastian Dröge2009-07-071-16/+11
* gio: Update my mail address and copyrightSebastian Dröge2009-07-071-2/+2
* giosink: reflow error handling to not leak uriStefan Kost2009-02-261-17/+13
* Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost2008-07-101-22/+9
* ext/gio/gstgio.c: Don't generate a new supported protocols list on each call ...Sebastian Dröge2008-04-201-36/+93
* Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge2008-03-221-1/+1
* ext/gio/: Don't use async operations as they require a running main loop.Sebastian Dröge2008-02-171-61/+8
* ext/gio/: Improve debugging a bit.Sebastian Dröge2008-02-151-0/+62
* ext/gio/: Make the documentation of giosink/giosrc complete, large parts are ...Sebastian Dröge2008-02-121-2/+28
* Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 ...Sebastian Dröge2007-12-291-2/+1
* ext/gio/gstgio.h: Add macro to check if a stream supports seeking.Sebastian Dröge2007-11-071-222/+14
* ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash.Sebastian Dröge2007-11-071-20/+21
* ext/gio/gstgiosink.c: Update to API changes in GIO.Sebastian Dröge2007-10-021-1/+2
* ext/gio/: Some minor cleanup and allow setting the location only when the ele...Sebastian Dröge2007-09-291-4/+9
* Add a GIO/GVFS plugin with source and sink elements. This will only be enable...René Stadler2007-09-211-0/+417