mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
elementfactory: fix spelling in comment
This commit is contained in:
parent
e51a34985f
commit
8fd0f64951
1 changed files with 2 additions and 2 deletions
|
@ -265,8 +265,8 @@ gst_element_register (GstPlugin * plugin, const gchar * name, guint rank,
|
|||
registry = gst_registry_get_default ();
|
||||
|
||||
/* check if feature already exists, if it exists there is no need to update it
|
||||
* when the registry is getting updated, outdated plugins and all there
|
||||
* feature are removed and readded.
|
||||
* when the registry is getting updated, outdated plugins and all their
|
||||
* features are removed and readded.
|
||||
*/
|
||||
existing_feature = gst_registry_lookup_feature (registry, name);
|
||||
if (existing_feature) {
|
||||
|
|
Loading…
Reference in a new issue