Revert, since we have code which depends on this "feature"

Original commit message from CVS:
Revert, since we have code which depends on this "feature"
This commit is contained in:
Johan Dahlin 2004-10-04 14:58:40 +00:00
parent 25bb8d5012
commit a1f058c663
2 changed files with 9 additions and 4 deletions

View file

@ -2,6 +2,7 @@
* gst/interfaces.defs: Add proper fiels to GstTunerNorm. Also
remove parent property from all interfaces.
Revert, since we have code which depends on this "feature"
2004-09-29 Johan Dahlin <johan@gnome.org>

View file

@ -473,8 +473,9 @@
(gtype-id "GST_TYPE_COLOR_BALANCE")
)
(define-interface ColorBalanceChannel
(define-object ColorBalanceChannel
(in-module "Gst")
(parent "GstObject")
(c-name "GstColorBalanceChannel")
(gtype-id "GST_TYPE_COLOR_BALANCE_CHANNEL")
)
@ -488,8 +489,9 @@
)
)
(define-interface MixerTrack
(define-object MixerTrack
(in-module "Gst")
(parent "GstObject")
(c-name "GstMixerTrack")
(gtype-id "GST_TYPE_MIXER_TRACK")
(fields
@ -519,8 +521,9 @@
(gtype-id "GST_TYPE_TUNER")
)
(define-interface TunerChannel
(define-object TunerChannel
(in-module "Gst")
(parent "GstObject")
(c-name "GstTunerChannel")
(gtype-id "GST_TYPE_TUNER_CHANNEL")
(fields
@ -533,8 +536,9 @@
'("gint" "max_signal"))
)
(define-interface TunerNorm
(define-object TunerNorm
(in-module "Gst")
(parent "GstObject")
(c-name "GstTunerNorm")
(gtype-id "GST_TYPE_TUNER_NORM")
(fields