mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/interfaces.defs (MixerTrack): MixerTrack is a GObject. How did this ever work before?
Original commit message from CVS: 2005-08-19 Andy Wingo <wingo@pobox.com> * gst/interfaces.defs (MixerTrack): MixerTrack is a GObject. How did this ever work before?
This commit is contained in:
parent
08c7b1a588
commit
0a961e4d7f
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2005-08-19 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/interfaces.defs (MixerTrack): MixerTrack is a GObject. How
|
||||
did this ever work before?
|
||||
|
||||
* gst/interfaces.override (_wrap_gst_tuner_list_channels)
|
||||
(_wrap_gst_tuner_list_norms, _wrap_gst_mixer_list_tracks)
|
||||
(_wrap_gst_color_balance_list_channels): Catch programming errors
|
||||
|
|
|
@ -540,7 +540,7 @@
|
|||
|
||||
(define-object MixerTrack
|
||||
(in-module "Gst")
|
||||
(parent "GstObject")
|
||||
(parent "GObject")
|
||||
(c-name "GstMixerTrack")
|
||||
(gtype-id "GST_TYPE_MIXER_TRACK")
|
||||
(fields
|
||||
|
|
Loading…
Reference in a new issue