mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/interfaces.defs: GstTunerChannel and GstTunerNorm are not GstObjects, only GObjects.
Original commit message from CVS: * gst/interfaces.defs: GstTunerChannel and GstTunerNorm are not GstObjects, only GObjects.
This commit is contained in:
parent
2d61ba0895
commit
6baee7881d
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-25 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/interfaces.defs:
|
||||
GstTunerChannel and GstTunerNorm are not GstObjects, only GObjects.
|
||||
|
||||
2007-03-18 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gst/common.h:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit dec151d15512e4cca2dcdd36d9c6c4a2185760ec
|
||||
Subproject commit 57d4a1587556bd42c850601773c662211694c5a6
|
|
@ -81,7 +81,7 @@
|
|||
|
||||
(define-object TunerChannel
|
||||
(in-module "Gst")
|
||||
(parent "GstObject")
|
||||
(parent "GObject")
|
||||
(c-name "GstTunerChannel")
|
||||
(gtype-id "GST_TYPE_TUNER_CHANNEL")
|
||||
(fields
|
||||
|
@ -96,7 +96,7 @@
|
|||
|
||||
(define-object TunerNorm
|
||||
(in-module "Gst")
|
||||
(parent "GstObject")
|
||||
(parent "GObject")
|
||||
(c-name "GstTunerNorm")
|
||||
(gtype-id "GST_TYPE_TUNER_NORM")
|
||||
(fields
|
||||
|
|
Loading…
Reference in a new issue