summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-15 00:50:10 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-15 00:50:10 +0000
commit63c86ac3d88f7fa3e7e9312b4ff51ceea863778f (patch)
treeebfe6e7b945e7a3cf7b9c39686ec012360c00ba7 /ext
parentde6483c9f6643ba68499b85b7003eeccf9e39e74 (diff)
raw1394, matroska, rtpmanager: remove padding from structures
None of these element and class structures are in public headers, so don't need padding.
Diffstat (limited to 'ext')
-rw-r--r--ext/raw1394/gst1394clock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/raw1394/gst1394clock.h b/ext/raw1394/gst1394clock.h
index 3d693003f..98150ff61 100644
--- a/ext/raw1394/gst1394clock.h
+++ b/ext/raw1394/gst1394clock.h
@@ -65,9 +65,6 @@ struct _Gst1394Clock {
struct _Gst1394ClockClass {
GstSystemClockClass parent_class;
-
- /*< private >*/
- gpointer _gst_reserved[GST_PADDING];
};
GType gst_1394_clock_get_type (void);