mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
comment: small comment correction
This commit is contained in:
parent
f44d8c31de
commit
cb294cb5ea
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ gst_object_finalize (GObject * object)
|
|||
parent_class->finalize (object);
|
||||
}
|
||||
|
||||
/* Changing a GObject property of a GstObject will result in "deep_notify"
|
||||
/* Changing a GObject property of a GstObject will result in "deep-notify"
|
||||
* signals being emitted by the object itself, as well as in each parent
|
||||
* object. This is so that an application can connect a listener to the
|
||||
* top-level bin to catch property-change notifications for all contained
|
||||
|
|
Loading…
Reference in a new issue