testsuite/gst-lint: Check for non-statically scoped parent_class variables. This won't be a problem once plugins are...

Original commit message from CVS:
* testsuite/gst-lint: Check for non-statically scoped
parent_class variables.  This won't be a problem once
plugins are loaded with RTLD_LOCAL.
This commit is contained in:
David Schleef 2005-02-09 20:50:35 +00:00
parent a1745ccd16
commit 4712c28e50

View file

@ -1,3 +1,9 @@
2005-02-09 David Schleef <ds@schleef.org>
* testsuite/gst-lint: Check for non-statically scoped
parent_class variables. This won't be a problem once
plugins are loaded with RTLD_LOCAL.
2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/mplex/gstmplexibitstream.cc: