diff options
| author | Bastien Nocera <hadess@hadess.net> | 2010-04-16 09:03:14 (GMT) |
|---|---|---|
| committer | Bastien Nocera <hadess@hadess.net> | 2010-04-16 09:03:14 (GMT) |
| commit | bff0927709eeca0046307185930fb09a60b4f407 (patch) | |
| tree | fc680f72ef46f7733496410dbef0f0aece8abc89 | |
| parent | 052768b8e5f9073f9991b73e8dac154c0da9d726 (diff) | |
| download | totem-bff0927709eeca0046307185930fb09a60b4f407.zip totem-bff0927709eeca0046307185930fb09a60b4f407.tar.xz | |
Require gstreamer 0.10.28.1 for queue2 fixes
So we can depend on the buffering-left time in queue2 being
implemented for the bvw_buffering_done() function.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d7af409..64d544f 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ AC_SUBST(PLUGINDIR) dnl the two versions here implicate the gstreamer core and gst-plugins dnl release versions. GST_MAJORMINOR=0.10 -GST_REQS=0.10.26 +GST_REQS=0.10.28.1 GSTPLUG_REQS=0.10.26 HAVE_GSTREAMER=no |