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 e1703e2342
commit 3da85f8ae9
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

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