mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
bytewriter: Add padding
This commit is contained in:
parent
1cb711c1ae
commit
5385f27594
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ typedef struct {
|
|||
|
||||
gboolean fixed;
|
||||
gboolean owned;
|
||||
|
||||
/* < private > */
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
} GstByteWriter;
|
||||
|
||||
GstByteWriter * gst_byte_writer_new (void);
|
||||
|
|
Loading…
Reference in a new issue