mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
Work around gtkdoc deficiencies, document a macro differently.
Original commit message from CVS: Work around gtkdoc deficiencies, document a macro differently.
This commit is contained in:
parent
f6021bd73c
commit
55c8e8b41e
1 changed files with 2 additions and 2 deletions
|
@ -287,8 +287,8 @@ G_STMT_START { \
|
|||
* gst_buffer_copy:
|
||||
* @buf: a #GstBuffer.
|
||||
*
|
||||
* Returns a copy of the given buffer. This will also make a newly allocated
|
||||
* copy of the data the source buffer points at.
|
||||
* Create a copy of the given buffer. This will also make a newly allocated
|
||||
* copy of the data the source buffer contains.
|
||||
*/
|
||||
#define gst_buffer_copy(buf) GST_BUFFER_CAST (gst_mini_object_copy (GST_MINI_OBJECT (buf)))
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue