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).
This commit is contained in:
Ronald S. Bultje 2005-02-09 14:19:33 +00:00
parent 499a645766
commit 2d3bd9471a
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/ogg/gstogmparse.c:
* gst/debug/gstnavigationtest.c:
Die, thou faulty symbol pollutors (non-static parent_class).
2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/mplex/gstmplexibitstream.cc:

View file

@ -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)