[clutter-gst] configure: Disable HW decoder support until it is stabilized
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst] configure: Disable HW decoder support until it is stabilized
- Date: Tue, 25 Sep 2012 22:47:31 +0000 (UTC)
commit c3cce94f97e9a0b1bfe05b1f05304a4fd9700040
Author: Edward Hervey <edward hervey collabora co uk>
Date: Wed Sep 19 10:41:47 2012 +0200
configure: Disable HW decoder support until it is stabilized
The HW decoder/sink interaction and API in GStreamer 1.0 isn't yet
clear, and will not behave the same way it did in 0.10.
In order not to cause issues with failing auto-plugging, temporarily
disable support
configure.ac | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fe09d08..3f469cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,14 +212,15 @@ AS_IF([test "x$have_cogl_1_8" != xyes],
dnl ========================================================================
dnl Experimental support for hardware accelerated decoders.
-
-PKG_CHECK_MODULES(HW,
- [gstreamer-basevideo-$GST_MAJORMINOR >= $GST_PLUGINS_BAD_REQ_VERSION],
- [
- have_hw_decoder_support=yes
- AC_DEFINE([HAVE_HW_DECODER_SUPPORT], [1],
- ["Defined if building Clutter with HW decoder support"])
- ],[ have_hw_decoder_support=no ])
+dnl Temporarily disabling for GStreamer 1.0 since it's causing too many issues
+dnl and the API for hw support isn't yet put in stone
+# PKG_CHECK_MODULES(HW,
+# [gstreamer-basevideo-$GST_MAJORMINOR >= $GST_PLUGINS_BAD_REQ_VERSION],
+# [
+# have_hw_decoder_support=yes
+# AC_DEFINE([HAVE_HW_DECODER_SUPPORT], [1],
+# ["Defined if building Clutter with HW decoder support"])
+# ],[ have_hw_decoder_support=no ])
dnl ========================================================================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]