mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Revert, since we have code which depends on this "feature"
Original commit message from CVS: Revert, since we have code which depends on this "feature"
This commit is contained in:
parent
25bb8d5012
commit
a1f058c663
2 changed files with 9 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* gst/interfaces.defs: Add proper fiels to GstTunerNorm. Also
|
* gst/interfaces.defs: Add proper fiels to GstTunerNorm. Also
|
||||||
remove parent property from all interfaces.
|
remove parent property from all interfaces.
|
||||||
|
Revert, since we have code which depends on this "feature"
|
||||||
|
|
||||||
2004-09-29 Johan Dahlin <johan@gnome.org>
|
2004-09-29 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
|
|
|
@ -473,8 +473,9 @@
|
||||||
(gtype-id "GST_TYPE_COLOR_BALANCE")
|
(gtype-id "GST_TYPE_COLOR_BALANCE")
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-interface ColorBalanceChannel
|
(define-object ColorBalanceChannel
|
||||||
(in-module "Gst")
|
(in-module "Gst")
|
||||||
|
(parent "GstObject")
|
||||||
(c-name "GstColorBalanceChannel")
|
(c-name "GstColorBalanceChannel")
|
||||||
(gtype-id "GST_TYPE_COLOR_BALANCE_CHANNEL")
|
(gtype-id "GST_TYPE_COLOR_BALANCE_CHANNEL")
|
||||||
)
|
)
|
||||||
|
@ -488,8 +489,9 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-interface MixerTrack
|
(define-object MixerTrack
|
||||||
(in-module "Gst")
|
(in-module "Gst")
|
||||||
|
(parent "GstObject")
|
||||||
(c-name "GstMixerTrack")
|
(c-name "GstMixerTrack")
|
||||||
(gtype-id "GST_TYPE_MIXER_TRACK")
|
(gtype-id "GST_TYPE_MIXER_TRACK")
|
||||||
(fields
|
(fields
|
||||||
|
@ -519,8 +521,9 @@
|
||||||
(gtype-id "GST_TYPE_TUNER")
|
(gtype-id "GST_TYPE_TUNER")
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-interface TunerChannel
|
(define-object TunerChannel
|
||||||
(in-module "Gst")
|
(in-module "Gst")
|
||||||
|
(parent "GstObject")
|
||||||
(c-name "GstTunerChannel")
|
(c-name "GstTunerChannel")
|
||||||
(gtype-id "GST_TYPE_TUNER_CHANNEL")
|
(gtype-id "GST_TYPE_TUNER_CHANNEL")
|
||||||
(fields
|
(fields
|
||||||
|
@ -533,8 +536,9 @@
|
||||||
'("gint" "max_signal"))
|
'("gint" "max_signal"))
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-interface TunerNorm
|
(define-object TunerNorm
|
||||||
(in-module "Gst")
|
(in-module "Gst")
|
||||||
|
(parent "GstObject")
|
||||||
(c-name "GstTunerNorm")
|
(c-name "GstTunerNorm")
|
||||||
(gtype-id "GST_TYPE_TUNER_NORM")
|
(gtype-id "GST_TYPE_TUNER_NORM")
|
||||||
(fields
|
(fields
|
||||||
|
|
Loading…
Reference in a new issue