From 2d3bd9471ae058a03d76689074a1b393b4ef1ed8 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 9 Feb 2005 14:19:33 +0000 Subject: [PATCH] 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). --- ChangeLog | 6 ++++++ gst/debug/gstnavigationtest.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ca2b06566e..4d83730ca7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-09 Ronald S. Bultje + + * ext/ogg/gstogmparse.c: + * gst/debug/gstnavigationtest.c: + Die, thou faulty symbol pollutors (non-static parent_class). + 2005-02-08 Ronald S. Bultje * ext/mplex/gstmplexibitstream.cc: diff --git a/gst/debug/gstnavigationtest.c b/gst/debug/gstnavigationtest.c index 0409426e26..97754d56c9 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)