mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
gstbin: Fix docs typo
element-added-deep -> deep-element-added in the GstBin doc header Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/547>
This commit is contained in:
parent
6ca939506b
commit
53b193414d
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ struct _GstBin {
|
|||
* added to any bin inside this bin, so it will also be called if a new child
|
||||
* was added to a sub-bin of this bin. #GstBin implementations that override
|
||||
* this message should chain up to the parent class implementation so the
|
||||
* element-added-deep signal is emitted on all parents.
|
||||
* #GstBin::deep-element-added signal is emitted on all parents.
|
||||
*/
|
||||
struct _GstBinClass {
|
||||
GstElementClass parent_class;
|
||||
|
|
Loading…
Reference in a new issue