testsuite/gst-lint: Check for non-statically scoped parent_class variables. This...
authorDavid Schleef <ds@schleef.org>
Wed, 9 Feb 2005 20:50:35 +0000 (20:50 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 9 Feb 2005 20:50:35 +0000 (20:50 +0000)
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.

ChangeLog

index d0e88d2dbfb833d046585892089a8a33e70842bc..8c73f7a1c356bec79259e311f837069c6ff38959 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: