mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
equalizer: The child-proxy API is GObject based in 1.x
Not GstObject anymore.
This commit is contained in:
parent
927ba9332f
commit
4917515342
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
* ...
|
||||
*
|
||||
* GstElement *equalizer;
|
||||
* GstObject *band;
|
||||
* GObject *band;
|
||||
* gint i;
|
||||
* GstEqualizerBandState state[] = {
|
||||
* { 120.0, 50.0, - 3.0},
|
||||
|
|
Loading…
Reference in a new issue