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:
Jan Schmidt 2020-06-26 00:50:44 +10:00
parent 6ca939506b
commit 53b193414d

View file

@ -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;