summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-02-09 20:50:35 +0000
committerDavid Schleef <ds@schleef.org>2005-02-09 20:50:35 +0000
commit9e291801e4fd81265f6cf6a37cbb9436c1fc7a3a (patch)
tree7ade9f68d755f373b5ca7e741c08fce9aac8f1ef
parent09d71ea0e5f0eeae094f3031963ec361bc1c6e95 (diff)
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.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0e88d2d..8c73f7a1 100644
--- 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: