mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue