From 455d84b1a53067a8d34277022a6de7d62b10af2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 11 Dec 2006 09:58:51 +0000 Subject: [PATCH] gst/interfaces.defs: GstColorBalanceChannel is a GObject, not a GstObject. Fixes #383805. Original commit message from CVS: * gst/interfaces.defs: GstColorBalanceChannel is a GObject, not a GstObject. Fixes #383805. --- ChangeLog | 5 +++++ gst/interfaces.defs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38eec74a05..df97185c9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-11 Tim-Philipp Müller + + * gst/interfaces.defs: + GstColorBalanceChannel is a GObject, not a GstObject. Fixes #383805. + 2006-12-04 Edward Hervey * configure.ac: diff --git a/gst/interfaces.defs b/gst/interfaces.defs index 1f39228a4a..9bc3008d7c 100644 --- a/gst/interfaces.defs +++ b/gst/interfaces.defs @@ -17,7 +17,7 @@ (define-object ColorBalanceChannel (in-module "Gst") - (parent "GstObject") + (parent "GObject") (c-name "GstColorBalanceChannel") (gtype-id "GST_TYPE_COLOR_BALANCE_CHANNEL") (fields