mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
ges: Register videorate::rate as a rate changing property
https://bugzilla.gnome.org/show_bug.cgi?id=794699
This commit is contained in:
parent
7ba51db93c
commit
14b0470cb0
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ ges_effect_class_init (GESEffectClass * klass)
|
||||||
ges_effect_class_register_rate_property (klass, "scaletempo", "rate");
|
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", "tempo");
|
||||||
ges_effect_class_register_rate_property (klass, "pitch", "rate");
|
ges_effect_class_register_rate_property (klass, "pitch", "rate");
|
||||||
|
ges_effect_class_register_rate_property (klass, "videorate", "rate");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GESEffect:bin-description:
|
* GESEffect:bin-description:
|
||||||
|
|
Loading…
Reference in a new issue