diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-09 14:19:33 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-09 14:19:33 +0000 |
commit | 2d3bd9471ae058a03d76689074a1b393b4ef1ed8 (patch) | |
tree | 35e838c1b925ec14444127e5897fed4ead0d87e3 | |
parent | 499a645766190b1923398d679b80c42fcac0b343 (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).
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst/debug/gstnavigationtest.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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: 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) |