mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
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:
parent
898f527739
commit
fbd4ea3772
3 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -4,3 +4,7 @@ ignore
|
|||
gst_registry_add_path
|
||||
gst_structure_get_uint
|
||||
%%
|
||||
ignore-type
|
||||
GstLFOControlSource
|
||||
GstLFOWaveform
|
||||
%%
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue