mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
doc: Remove parenthesis around Since:
This confuse the parser, hence it does not endup in the doc and the index properly.
This commit is contained in:
parent
4d4e436376
commit
210c29665a
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ typedef struct _GstParentBufferMeta GstParentBufferMeta;
|
|||
* buffer from being returned to a buffer pool until the #GstMemory is available
|
||||
* for re-use.
|
||||
*
|
||||
* (Since: 1.6)
|
||||
* Since: 1.6
|
||||
*/
|
||||
struct _GstParentBufferMeta
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue