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 /gst/debug | |
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).
Diffstat (limited to 'gst/debug')
-rw-r--r-- | gst/debug/gstnavigationtest.c | 2 |
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) |