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;
|
gpointer user_data;
|
||||||
} Callbacks;
|
} Callbacks;
|
||||||
|
|
||||||
/**
|
|
||||||
* GstSourceBuffer:
|
|
||||||
* Since: 1.24
|
|
||||||
*/
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
GstSourceBuffer *parent;
|
GstSourceBuffer *parent;
|
||||||
@ -130,6 +126,10 @@ typedef struct
|
|||||||
gboolean end_buffered;
|
gboolean end_buffered;
|
||||||
} IsRangeBufferedAccumulator;
|
} IsRangeBufferedAccumulator;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstSourceBuffer:
|
||||||
|
* Since: 1.24
|
||||||
|
*/
|
||||||
struct _GstSourceBuffer
|
struct _GstSourceBuffer
|
||||||
{
|
{
|
||||||
GstObject parent_instance;
|
GstObject parent_instance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user