From 3da85f8ae96ee4973283f64db02ac9b5b28eaf06 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 9 Feb 2005 14:19:33 +0000 Subject: [PATCH] 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). --- ChangeLog | 6 ++++++ ext/ogg/gstogmparse.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 2.7.4