summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--gst/gst-0.10.15.ignore4
-rw-r--r--gst/gst.override2
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e21a81..ec353f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-01 Johan Dahlin <johan@gnome.org>
+
+ * gst/gst.override:
+ * gst/gst-0.10.15.ignore:
+ Make sure it still builds with GStreamer 0.10.14.
+
2007-10-25 Jan Schmidt <Jan.Schmidt@sun.com>
* gst/gst.defs:
diff --git a/gst/gst-0.10.15.ignore b/gst/gst-0.10.15.ignore
index 76f12a7..23394e6 100644
--- a/gst/gst-0.10.15.ignore
+++ b/gst/gst-0.10.15.ignore
@@ -4,3 +4,7 @@ ignore
gst_registry_add_path
gst_structure_get_uint
%%
+ignore-type
+ GstLFOControlSource
+ GstLFOWaveform
+%%
diff --git a/gst/gst.override b/gst/gst.override
index b66a643..c50ef40 100644
--- a/gst/gst.override
+++ b/gst/gst.override
@@ -38,7 +38,9 @@ headers
#include <gst/gsttagsetter.h>
#include <gst/controller/gstcontroller.h>
+#if ((GST_VERSION_MICRO >= 15) || (GST_VERSION_MICRO == 14 && GST_VERSION_NANO > 0))
#include <gst/controller/gstlfocontrolsource.h>
+#endif
#include <gst/dataprotocol/dataprotocol.h>
#include <gst/base/gstadapter.h>
#include <gst/base/gstbasesrc.h>