mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +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
499a645766
commit
2d3bd9471a
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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue