mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 09:43:55 +00:00
design: spelling correction in the effect design document
This commit is contained in:
parent
e49e58b045
commit
4a746281d4
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ C. Keyframes
|
||||||
GESEffectRegistry *
|
GESEffectRegistry *
|
||||||
ges_registry_get_default (void);
|
ges_registry_get_default (void);
|
||||||
-> Usecases:
|
-> Usecases:
|
||||||
+ Have a registry of all effects that are on the système (UC-8)
|
+ Have a registry of all effects that are on the system (UC-8)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ges_effect_registry_get_effect_list:
|
* ges_effect_registry_get_effect_list:
|
||||||
|
@ -329,4 +329,4 @@ C. Keyframes
|
||||||
GList *
|
GList *
|
||||||
ges_registry_get_effect_list (GESEffectRegistry *self);
|
ges_registry_get_effect_list (GESEffectRegistry *self);
|
||||||
-> Usecases:
|
-> Usecases:
|
||||||
+ Get all effects descriptors that are on the système (UC-8)
|
+ Get all effects descriptors that are on the system (UC-8)
|
||||||
|
|
Loading…
Reference in a new issue