diff options
author | Alex Launi <alex.launi@canonical.com> | 2010-11-25 20:10:35 -0500 |
---|---|---|
committer | Alex Launi <alex.launi@canonical.com> | 2010-12-03 10:18:05 -0500 |
commit | 7c8add99c1a302840ead85b92e7345bc8f1ca59c (patch) | |
tree | 6949963b44f2cb183733c9f75d3966d86d8fa564 /build | |
parent | 195f8eb3ae2ff5d3db4d1a39d30c4b897f0a2efa (diff) |
[libbanshee] Set alloc-pad property on tee element in pipeline
Removes workround for buffer allocation algorithm, by explicitly
setting which pad to use for buffer allocation (bgo#635125).
Diffstat (limited to 'build')
-rw-r--r-- | build/m4/banshee/gstreamer.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/m4/banshee/gstreamer.m4 b/build/m4/banshee/gstreamer.m4 index a9b913028..b67deac04 100644 --- a/build/m4/banshee/gstreamer.m4 +++ b/build/m4/banshee/gstreamer.m4 @@ -1,6 +1,6 @@ AC_DEFUN([BANSHEE_CHECK_GSTREAMER], [ - GSTREAMER_REQUIRED_VERSION=0.10.12 + GSTREAMER_REQUIRED_VERSION=0.10.23 AC_SUBST(GSTREAMER_REQUIRED_VERSION) PKG_CHECK_MODULES(GST, |