diff options
author | David Schleef <ds@schleef.org> | 2005-02-09 20:50:35 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2005-02-09 20:50:35 +0000 |
commit | 5314b289ec3a08658419419447cecb649b50b19d (patch) | |
tree | d560c1a329c1e5020d2287e76f3961d06d5affd6 /ChangeLog | |
parent | 79ba79f36a9ea23e1cf72b0bba8794f5eedc4e7f (diff) | |
download | gst-plugins-bad-5314b289ec3a08658419419447cecb649b50b19d.tar.gz gst-plugins-bad-5314b289ec3a08658419419447cecb649b50b19d.tar.bz2 gst-plugins-bad-5314b289ec3a08658419419447cecb649b50b19d.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |