mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
gst/interfaces.defs (TunerNorm, TunerChannel): Add fields.
Original commit message from CVS: * gst/interfaces.defs (TunerNorm, TunerChannel): Add fields.
This commit is contained in:
parent
582e7e6624
commit
78e7f604ad
2 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2004-08-12 Johan Dahlin <johan@gnome.org>
|
||||
|
||||
* gst/interfaces.defs (TunerNorm, TunerChannel): Add fields.
|
||||
|
||||
* gst/interfaces.override (_wrap_gst_tuner_list_norms)
|
||||
(_wrap_gst_tuner_list_channels): Impl.
|
||||
|
||||
|
|
|
@ -516,6 +516,14 @@
|
|||
(parent "GstObject")
|
||||
(c-name "GstTunerChannel")
|
||||
(gtype-id "GST_TYPE_TUNER_CHANNEL")
|
||||
(fields
|
||||
'("gchar*" "label")
|
||||
'("GstTunerChannelFlags" "flags")
|
||||
'("gfloat" "freq_multiplicator")
|
||||
'("gulong" "min_frequency")
|
||||
'("gulong" "max_frequency")
|
||||
'("gint" "min_signal")
|
||||
'("gint" "max_signal"))
|
||||
)
|
||||
|
||||
(define-object TunerNorm
|
||||
|
@ -523,4 +531,6 @@
|
|||
(parent "GstObject")
|
||||
(c-name "GstTunerNorm")
|
||||
(gtype-id "GST_TYPE_TUNER_NORM")
|
||||
'("gchar*" "label")
|
||||
'("gfloat" "fps")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue