mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-04 02:41:14 +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;
|
gobject_class->finalize = gst_level_finalize;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstLevel:post-messages
|
* GstLevel:post-messages:
|
||||||
*
|
*
|
||||||
* Post messages on the bus with level information.
|
* 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));
|
"passed interval", TRUE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
/* FIXME(2.0): remove this property */
|
/* FIXME(2.0): remove this property */
|
||||||
/**
|
/**
|
||||||
* GstLevel:post-messages
|
* GstLevel:message:
|
||||||
*
|
*
|
||||||
* Post messages on the bus with level information.
|
* Post messages on the bus with level information.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue