diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-06 16:36:32 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-06 16:36:32 +0000 |
commit | 815666e762e6ff17aea1f505eee67c38193e6b86 (patch) | |
tree | 4a29297230964cd500f2b5671239c683611369b2 /ChangeLog | |
parent | b37e08cb29ddca72161a8098690ba52e5594153d (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |