summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/propertyprobe
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-12-09 10:02:08 +0000
committerDavid Schleef <ds@schleef.org>2003-12-09 10:02:08 +0000
commit5f9d5da7b833299467c77f04854e43bfbf0e562d (patch)
treec48e29240217aecb4cf9822d9b62b7566b6bd257 /gst-libs/gst/propertyprobe
parent537891db4127e8fe27c1038e6ff088df3d520008 (diff)
downloadgst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.gz
gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.bz2
gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.zip
Change GST_*_PADDING to _gst_private[GST_PADDING]
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
Diffstat (limited to 'gst-libs/gst/propertyprobe')
-rw-r--r--gst-libs/gst/propertyprobe/propertyprobe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/propertyprobe/propertyprobe.h b/gst-libs/gst/propertyprobe/propertyprobe.h
index 3fe08f0b..695aa4da 100644
--- a/gst-libs/gst/propertyprobe/propertyprobe.h
+++ b/gst-libs/gst/propertyprobe/propertyprobe.h
@@ -56,7 +56,7 @@ typedef struct _GstPropertyProbeInterface {
guint prop_id,
const GParamSpec *pspec);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstPropertyProbeInterface;
GType gst_property_probe_get_type (void);