mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
e1703e2342
commit
3da85f8ae9
2 changed files with 7 additions and 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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue