summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-06 16:36:32 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-06 16:36:32 +0000
commit815666e762e6ff17aea1f505eee67c38193e6b86 (patch)
tree4a29297230964cd500f2b5671239c683611369b2 /ChangeLog
parentb37e08cb29ddca72161a8098690ba52e5594153d (diff)
downloadgst-plugins-bad-815666e762e6ff17aea1f505eee67c38193e6b86.tar.gz
gst-plugins-bad-815666e762e6ff17aea1f505eee67c38193e6b86.tar.bz2
gst-plugins-bad-815666e762e6ff17aea1f505eee67c38193e6b86.zip
Update to GMemoryInputStream API changes in GLib SVN and require gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
Original commit message from CVS: * configure.ac: * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size): * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST): Update to GMemoryInputStream API changes in GLib SVN and require gio-2.0 >= 2.15.1 for this. Fixes bug #507584. We can also report the duration for every GSeekable, not only GFileInputStream and GMemoryInputStream.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74f33f70..902dd42d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-01-06 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
+ * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
+ Update to GMemoryInputStream API changes in GLib SVN and require
+ gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
+ We can also report the duration for every GSeekable, not only
+ GFileInputStream and GMemoryInputStream.
+
2008-01-05 David Schleef <ds@schleef.org>
* sys/glsink/glimagesink.c: