summaryrefslogtreecommitdiff
path: root/gst/gio
AgeCommit message (Collapse)AuthorFilesLines
2013-08-14gio: fix printf format compiler warningTim-Philipp Müller1-1/+1
2013-08-12gio: make better use of the cached bufferJonathan Matthew1-23/+46
When playing mp3 files from a smb server, we get 64k read requests that mostly overlap. Without using the cache to partially satisfy these, we send these requests straight to the server, resulting in a lot more network traffic than necessary. https://bugzilla.gnome.org/show_bug.cgi?id=705415
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller14-28/+28
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-10-29gio: handle g_vfs_get_supported_uri_schemes() returning NULLTim-Philipp Müller1-1/+5
Handle g_vfs_get_supported_uri_schemes() returning NULL more gracefully, without criticals for passing NULL to g_strv_length().
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge1-1/+1
This reverts commit d2d79e3bc2a02ec57258e504b031f7e2d3729ea2, which was accidentially pushed.
2012-10-24gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller4-4/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge1-1/+1
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-2/+2
2012-01-25port to new map APIWim Taymans2-13/+13
2012-01-18gio: Move to gst subdirectorySebastian Dröge15-0/+2574
It's a plugin without external dependencies now because we unconditionally depend on GIO anyway.