mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +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 *
|
||||
ges_registry_get_default (void);
|
||||
-> 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:
|
||||
|
@ -329,4 +329,4 @@ C. Keyframes
|
|||
GList *
|
||||
ges_registry_get_effect_list (GESEffectRegistry *self);
|
||||
-> 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