mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
docs/libs/gstreamer-libs.types: Don't register the enum type gst_lfo_waveform_get_type() in the .types file - only GO...
Original commit message from CVS: * docs/libs/gstreamer-libs.types: Don't register the enum type gst_lfo_waveform_get_type() in the .types file - only GObject derived types belong.
This commit is contained in:
parent
d04a298f6f
commit
d1c9d5d49d
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-08-07 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* docs/libs/gstreamer-libs.types:
|
||||
Don't register the enum type gst_lfo_waveform_get_type() in the
|
||||
.types file - only GObject derived types belong.
|
||||
|
||||
2007-08-07 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
Patch by: <arenevier at fdn dot fr>
|
||||
|
|
|
@ -8,8 +8,6 @@ gst_control_source_get_type
|
|||
gst_interpolation_control_source_get_type
|
||||
#include <gst/controller/gstlfocontrolsource.h>
|
||||
gst_lfo_control_source_get_type
|
||||
gst_lfo_waveform_get_type
|
||||
|
||||
#include <gst/base/gstadapter.h>
|
||||
gst_adapter_get_type
|
||||
#include <gst/base/gstbasesrc.h>
|
||||
|
|
Loading…
Reference in a new issue