level: fix old "message" property doc chunk

In the online documentation the new post-messages
property would show up as deprecated refering to
itself.

Fixes #3561

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6911>
This commit is contained in:
Tim-Philipp Müller 2024-05-23 14:29:49 +01:00 committed by GStreamer Marge Bot
parent ea0dce26e0
commit 8bd1a3213e

View file

@ -134,7 +134,7 @@ gst_level_class_init (GstLevelClass * klass)
gobject_class->finalize = gst_level_finalize;
/**
* GstLevel:post-messages
* GstLevel:post-messages:
*
* Post messages on the bus with level information.
*
@ -146,7 +146,7 @@ gst_level_class_init (GstLevelClass * klass)
"passed interval", TRUE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
/* FIXME(2.0): remove this property */
/**
* GstLevel:post-messages
* GstLevel:message:
*
* Post messages on the bus with level information.
*