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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 976cb289..a509e0b0 100644 --- a/configure.ac +++ b/configure.ac @@ -584,7 +584,7 @@ AG_GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [ dnl *** libgio *** translit(dnm, m, l) AM_CONDITIONAL(USE_GIO, true) AG_GST_CHECK_FEATURE(GIO, [GIO library], gio, [ - PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.15.0, HAVE_GIO="yes", [ + PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.15.1, HAVE_GIO="yes", [ HAVE_GIO="no" AC_MSG_RESULT(no) ]) |