summaryrefslogtreecommitdiff
path: root/gst/gstbufferlist.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-05-12 16:18:48 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-05-12 16:18:48 +0200
commit2dcbe1a4d3c374182196944873c6fd9ddd8bff2e (patch)
tree5e36f7f99097d5e806cd2e03fa20f9b04bd6270c /gst/gstbufferlist.h
parent19dc33935e5424b9f947817b867514f9f5bf9941 (diff)
downloadgstreamer-2dcbe1a4d3c374182196944873c6fd9ddd8bff2e.tar.gz
bufferlist: make objects opaque
Diffstat (limited to 'gst/gstbufferlist.h')
-rw-r--r--gst/gstbufferlist.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/gst/gstbufferlist.h b/gst/gstbufferlist.h
index c27f388ef3..5e3385ef56 100644
--- a/gst/gstbufferlist.h
+++ b/gst/gstbufferlist.h
@@ -82,25 +82,6 @@ typedef GstBuffer* (*GstBufferListDoFunction) (GstBuffer * buffer);
*/
typedef GstBuffer* (*GstBufferListDoDataFunction) (GstBuffer * buffer, gpointer data);
-/**
- * GstBufferList:
- * @mini_object: the parent structure
- *
- * List of grouped buffers.
- */
-struct _GstBufferList {
- GstMiniObject mini_object;
-
- /*< private >*/
- GList *buffers;
-
- gpointer _gst_reserved[GST_PADDING];
-};
-
-struct _GstBufferListClass {
- GstMiniObjectClass mini_object_class;
-};
-
GType gst_buffer_list_get_type (void);
/* allocation */