diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-11-11 16:52:41 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-11-11 17:30:03 +0100 |
commit | 4a7c3b929add1c96b853c0c93676879345a77b8d (patch) | |
tree | 634de0ed084744c641bed697bbb9a0920a9d843f /gst/gstbufferpool.h | |
parent | 870a5b0e12a5da2564982803039c14490a764af9 (diff) |
.h: fix header files
Ensure correct indentation and :retab.
Make sure all structures have padding
Fix up some old ABI additions.
Diffstat (limited to 'gst/gstbufferpool.h')
-rw-r--r-- | gst/gstbufferpool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstbufferpool.h b/gst/gstbufferpool.h index 639fd267a..678abd8c4 100644 --- a/gst/gstbufferpool.h +++ b/gst/gstbufferpool.h @@ -89,6 +89,8 @@ typedef struct _GstBufferPoolParams { gint64 start; gint64 stop; GstBufferPoolFlags flags; + + gpointer _gst_reserved[GST_PADDING]; } GstBufferPoolParams; /** |