summaryrefslogtreecommitdiff
path: root/ext/gio
AgeCommit message (Expand)AuthorFilesLines
2009-07-10gio: Also post a "not-mounted" message from giosinkSebastian Dröge1-0/+13
2009-07-10gio: Add documentation for the new "not-mounted" and "file-exists" messagesSebastian Dröge2-0/+24
2009-07-09gio: Make sure that we have the correct stream position when startingSebastian Dröge1-0/+3
2009-07-08gio: Make sure to flush the output stream if it shouldn't be closedSebastian Dröge1-0/+13
2009-07-08gio: Don't close the GIO streams for the giostream{src,sink} elementsSebastian Dröge6-2/+14
2009-07-08gio: Improve the error message if a stream is already closed before usageSebastian Dröge2-0/+8
2009-07-08gio: Post a custom file-exists message on the bus if the file already existsSebastian Dröge1-2/+11
2009-07-08gio: Use OPEN_READ instead of NOT_FOUND if a location is not mountedSebastian Dröge1-1/+1
2009-07-08gio: Use OPEN_WRITE instead of OPEN_READ as error category in giosinkSebastian Dröge1-1/+1
2009-07-08gio: Post a custom "not-mounted" message on the busSebastian Dröge1-0/+8
2009-07-07gio: Add vfunc for requesting the stream for the sinks tooSebastian Dröge7-29/+58
2009-07-07gio: Some more random cleanupSebastian Dröge7-80/+50
2009-07-07gio: Update my mail address and copyrightSebastian Dröge10-14/+14
2009-07-07gio: General clean up and simplificationSebastian Dröge5-96/+64
2009-02-28gio: Use correct format modifier for size_tLRN1-1/+1
2009-02-26giosink: reflow error handling to not leak uriStefan Kost1-17/+13
2009-01-26Fix include order for gio pluginJan Schmidt1-2/+2
2009-01-07Add plugin dependency for the GIO and GVfs modules.Sebastian Dröge1-0/+5
2008-12-20ext/: Implement URI query. Fixes bug #562949.Sebastian Dröge2-6/+37
2008-11-24ext/: Use gst_buffer_try_new_and_alloc() and fail properly if the allocation ...Sebastian Dröge1-3/+5
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+1
2008-07-10Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost4-60/+28
2008-06-11ext/gio/gstgiobasesrc.*: Try to read the requested number of bytes, even if t...Sebastian Dröge3-35/+167
2008-04-20ext/gio/gstgio.c: Don't generate a new supported protocols list on each call ...Sebastian Dröge5-82/+198
2008-04-17ext/gio/gstgio.c: Return NULL instead of a gchar * array with one NULL elemen...Sebastian Dröge1-0/+5
2008-04-09ext/gio/gstgio.c: Filter cdda from the supported URI schemes. We can't suppor...Sebastian Dröge1-3/+7
2008-03-23ext/gio/gstgio.c: Correctly set the supported URI schemes and don't leave som...Sebastian Dröge1-3/+4
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge4-4/+4
2008-03-22ext/gio/gstgio.c: Filter http and https protocols. GIO/GVfs handles them but ...Sebastian Dröge2-3/+26
2008-03-17ext/gio/gstgiobasesrc.c: If seeking to a new position succeeds don't simply r...Milosz Derezynski1-1/+2
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge1-1/+1
2008-02-17ext/gio/: Don't use async operations as they require a running main loop.Sebastian Dröge4-179/+90
2008-02-15ext/gio/: Improve debugging a bit.Sebastian Dröge6-10/+145
2008-02-12ext/gio/: Add documentation and example code for giostreamsink/giostreamsrc.Sebastian Dröge2-4/+70
2008-02-12ext/gio/: Make the documentation of giosink/giosrc complete, large parts are ...Sebastian Dröge2-4/+57
2008-02-08Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is reportingJan Schmidt1-1/+1
2008-01-30ext/gio/: Use async variants of the close stream functions to prevent blockin...Sebastian Dröge2-88/+95
2008-01-06Update to GMemoryInputStream API changes in GLib SVN and require gio-2.0 >= 2...Sebastian Dröge1-7/+44
2007-12-29Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 ...Sebastian Dröge11-16/+4
2007-11-07ext/gio/gstgio.h: Add macro to check if a stream supports seeking.Sebastian Dröge15-447/+1305
2007-11-07ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash.Sebastian Dröge5-48/+41
2007-10-08ext/gio/gstgio.c: Use GIO function to get a list of supported URI schemes ins...Sebastian Dröge1-5/+2
2007-10-02ext/gio/gstgiosink.c: Update to API changes in GIO.Sebastian Dröge1-1/+2
2007-09-29ext/gio/: Some minor cleanup and allow setting the location only when the ele...Sebastian Dröge2-7/+15
2007-09-21docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy.Sebastian Dröge2-1/+13
2007-09-21docs/plugins/: Add the GIO plugin to the docs and do a make update while doin...Sebastian Dröge1-1/+3
2007-09-21Add a GIO/GVFS plugin with source and sink elements. This will only be enable...René Stadler7-0/+1206