summaryrefslogtreecommitdiffstats
path: root/gst/debug/gstnavigationtest.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-02-09 14:19:33 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-02-09 14:19:33 +0000
commit2d3bd9471ae058a03d76689074a1b393b4ef1ed8 (patch)
tree35e838c1b925ec14444127e5897fed4ead0d87e3 /gst/debug/gstnavigationtest.c
parent499a645766190b1923398d679b80c42fcac0b343 (diff)
Die, thou faulty symbol pollutors (non-static parent_class).
Original commit message from CVS: * ext/ogg/gstogmparse.c: * gst/debug/gstnavigationtest.c: Die, thou faulty symbol pollutors (non-static parent_class).
Diffstat (limited to 'gst/debug/gstnavigationtest.c')
-rw-r--r--gst/debug/gstnavigationtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debug/gstnavigationtest.c b/gst/debug/gstnavigationtest.c
index 0409426e..97754d56 100644
--- a/gst/debug/gstnavigationtest.c
+++ b/gst/debug/gstnavigationtest.c
@@ -73,7 +73,7 @@ static void gst_navigationtest_planar411 (GstVideofilter * videofilter,
void *dest, void *src);
static void gst_navigationtest_setup (GstVideofilter * videofilter);
-GstVideofilterClass *parent_class = NULL;
+static GstVideofilterClass *parent_class = NULL;
GType
gst_navigationtest_get_type (void)