diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-26 20:44:50 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-27 09:11:36 +0100 |
commit | 10056f1833cb7a0ca30cf17d989657a083b64385 (patch) | |
tree | 136dc1a283aa86ec2971e06ebc98214d7c959922 /gst/gstbufferpool.h | |
parent | cd25c05b02d03a4aa9e09ac9539cbf4e2805ccbf (diff) |
bufferpool: make more stuff private
Diffstat (limited to 'gst/gstbufferpool.h')
-rw-r--r-- | gst/gstbufferpool.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gst/gstbufferpool.h b/gst/gstbufferpool.h index c2f92071b..a170eddf2 100644 --- a/gst/gstbufferpool.h +++ b/gst/gstbufferpool.h @@ -106,17 +106,10 @@ typedef struct _GstBufferPoolParams { struct _GstBufferPool { GstObject object; - /*< private >*/ - gboolean active; - gboolean flushing; - gboolean started; - gint outstanding; - GstAtomicQueue *queue; - GstPoll *poll; - - gboolean configured; - GstStructure *config; + /*< protected >*/ + gint flushing; + /*< private >*/ GstBufferPoolPrivate *priv; gpointer _gst_reserved[GST_PADDING]; |