gst/: Make sure it still builds with GStreamer 0.10.14.

Original commit message from CVS:
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.
This commit is contained in:
Johan Dahlin 2007-11-01 16:39:17 +00:00
parent 898f527739
commit fbd4ea3772
3 changed files with 12 additions and 0 deletions

View file

@ -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:

View file

@ -4,3 +4,7 @@ ignore
gst_registry_add_path
gst_structure_get_uint
%%
ignore-type
GstLFOControlSource
GstLFOWaveform
%%

View file

@ -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>