mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
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:
parent
ea0dce26e0
commit
8bd1a3213e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue