mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +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 ();
|
registry = gst_registry_get_default ();
|
||||||
|
|
||||||
/* check if feature already exists, if it exists there is no need to update it
|
/* 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
|
* when the registry is getting updated, outdated plugins and all their
|
||||||
* feature are removed and readded.
|
* features are removed and readded.
|
||||||
*/
|
*/
|
||||||
existing_feature = gst_registry_lookup_feature (registry, name);
|
existing_feature = gst_registry_lookup_feature (registry, name);
|
||||||
if (existing_feature) {
|
if (existing_feature) {
|
||||||
|
|
Loading…
Reference in a new issue