Revert, since we have code which depends on this "feature"
authorJohan Dahlin <johan@gnome.org>
Mon, 4 Oct 2004 14:58:40 +0000 (14:58 +0000)
committerJohan Dahlin <johan@gnome.org>
Mon, 4 Oct 2004 14:58:40 +0000 (14:58 +0000)
Original commit message from CVS:
Revert, since we have code which depends on this "feature"

ChangeLog
gst/interfaces.defs

index c2642e6..c212b7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index e52c0ee..429d9c7 100644 (file)
    (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")
 )
     )
 )
 
-(define-interface MixerTrack
+(define-object MixerTrack
    (in-module "Gst")
+   (parent "GstObject")
    (c-name "GstMixerTrack")
    (gtype-id "GST_TYPE_MIXER_TRACK")
    (fields
    (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
     '("gint" "max_signal"))
 )
 
-(define-interface TunerNorm
+(define-object TunerNorm
    (in-module "Gst")
+   (parent "GstObject")
    (c-name "GstTunerNorm")
    (gtype-id "GST_TYPE_TUNER_NORM")
    (fields