mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
ges: Register scaletempo::rate as a rate changing property
This commit is contained in:
parent
84f7f04a64
commit
189eb79b10
1 changed files with 2 additions and 1 deletions
|
@ -160,6 +160,7 @@ ges_effect_class_init (GESEffectClass * klass)
|
|||
obj_bg_class->create_element = ges_effect_create_element;
|
||||
|
||||
klass->rate_properties = NULL;
|
||||
ges_effect_class_register_rate_property (klass, "scaletempo", "rate");
|
||||
ges_effect_class_register_rate_property (klass, "pitch", "tempo");
|
||||
ges_effect_class_register_rate_property (klass, "pitch", "rate");
|
||||
|
||||
|
|
Loading…
Reference in a new issue