From: Ronald S. Bultje Date: Wed, 9 Feb 2005 14:19:33 +0000 (+0000) Subject: Die, thou faulty symbol pollutors (non-static parent_class). X-Git-Tag: 1.19.3~511^2~13145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3da85f8ae96ee4973283f64db02ac9b5b28eaf06;p=platform%2Fupstream%2Fgstreamer.git 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). --- diff --git a/ChangeLog b/ChangeLog index ca2b065..4d83730 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/ext/ogg/gstogmparse.c b/ext/ogg/gstogmparse.c index d8f257e..cef1f8c 100644 --- a/ext/ogg/gstogmparse.c +++ b/ext/ogg/gstogmparse.c @@ -151,7 +151,7 @@ static void gst_ogm_parse_chain (GstPad * pad, GstData * data); static GstElementStateReturn gst_ogm_parse_change_state (GstElement * element); -GstElementClass *parent_class = NULL; +static GstElementClass *parent_class = NULL; static GType gst_ogm_parse_get_type (void)