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.
This commit is contained in:
parent
3fb94f72dc
commit
455d84b1a5
@ -1,3 +1,8 @@
|
||||
2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/interfaces.defs:
|
||||
GstColorBalanceChannel is a GObject, not a GstObject. Fixes #383805.
|
||||
|
||||
2006-12-04 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user