gst/interfaces.defs (MixerTrack): MixerTrack is a GObject. How did this ever work...
authorAndy Wingo <wingo@pobox.com>
Fri, 19 Aug 2005 16:10:37 +0000 (16:10 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 19 Aug 2005 16:10:37 +0000 (16:10 +0000)
Original commit message from CVS:
2005-08-19  Andy Wingo  <wingo@pobox.com>

* gst/interfaces.defs (MixerTrack): MixerTrack is a GObject. How
did this ever work before?

ChangeLog
gst/interfaces.defs

index 442e821..bc13b40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-19  Andy Wingo  <wingo@pobox.com>
 
+       * gst/interfaces.defs (MixerTrack): MixerTrack is a GObject. How
+       did this ever work before?
+
        * gst/interfaces.override (_wrap_gst_tuner_list_channels) 
        (_wrap_gst_tuner_list_norms, _wrap_gst_mixer_list_tracks) 
        (_wrap_gst_color_balance_list_channels): Catch programming errors
index 42f0dc2..d94faf1 100644 (file)
 
 (define-object MixerTrack
    (in-module "Gst")
-   (parent "GstObject")
+   (parent "GObject")
    (c-name "GstMixerTrack")
    (gtype-id "GST_TYPE_MIXER_TRACK")
    (fields