gstsourcebuffer: Moved misplaced documentation comment
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8512>
This commit is contained in:
parent
f5634c2aac
commit
7b3ac877f9
@ -92,10 +92,6 @@ typedef struct
|
||||
gpointer user_data;
|
||||
} Callbacks;
|
||||
|
||||
/**
|
||||
* GstSourceBuffer:
|
||||
* Since: 1.24
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
GstSourceBuffer *parent;
|
||||
@ -130,6 +126,10 @@ typedef struct
|
||||
gboolean end_buffered;
|
||||
} IsRangeBufferedAccumulator;
|
||||
|
||||
/**
|
||||
* GstSourceBuffer:
|
||||
* Since: 1.24
|
||||
*/
|
||||
struct _GstSourceBuffer
|
||||
{
|
||||
GstObject parent_instance;
|
||||
|
Loading…
x
Reference in New Issue
Block a user