summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/navigation
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/navigation
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/navigation')
-rw-r--r--gst-libs/gst/navigation/navigation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/navigation/navigation.h b/gst-libs/gst/navigation/navigation.h
index 22a66632..faa5b809 100644
--- a/gst-libs/gst/navigation/navigation.h
+++ b/gst-libs/gst/navigation/navigation.h
@@ -44,7 +44,7 @@ typedef struct _GstNavigationInterface {
/* virtual functions */
void (*send_event) (GstNavigation *navigation, GstStructure *structure);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstNavigationInterface;
GType gst_navigation_get_type (void);