diff options
author | David Schleef <ds@schleef.org> | 2004-04-13 23:25:19 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-04-13 23:25:19 +0000 |
commit | 9aea0ee89fe1b7f229daa9759880ec8a68ec51a0 (patch) | |
tree | 7f797ce0306505ae9a9a896ae42940ee0cab20f4 | |
parent | 59c66b8b7d73c8ef5b4e87327fb141cb3e322365 (diff) | |
download | gst-plugins-bad-9aea0ee89fe1b7f229daa9759880ec8a68ec51a0.tar.gz gst-plugins-bad-9aea0ee89fe1b7f229daa9759880ec8a68ec51a0.tar.bz2 gst-plugins-bad-9aea0ee89fe1b7f229daa9759880ec8a68ec51a0.zip |
common/m4/gst-feature.m4: Call -config scripts with
Original commit message from CVS:
* common/m4/gst-feature.m4: Call -config scripts with
--plugin-libs if it is supported.
* gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
JPEG images are image/jpeg.
* gst/debug/Makefile.am:
* gst/debug/negotiation.c: (gst_negotiation_class_init),
(gst_negotiation_getcaps), (gst_negotiation_pad_link),
(gst_negotiation_update_caps), (gst_negotiation_get_property),
(gst_negotiation_plugin_init): Add a property that acts like
filter caps.
* testsuite/gst-lint: Move license checking to be a standard
test.
-rw-r--r-- | ChangeLog | 15 | ||||
m--------- | common | 0 |
2 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2004-04-13 David Schleef <ds@schleef.org> + * common/m4/gst-feature.m4: Call -config scripts with + --plugin-libs if it is supported. + * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of + JPEG images are image/jpeg. + * gst/debug/Makefile.am: + * gst/debug/negotiation.c: (gst_negotiation_class_init), + (gst_negotiation_getcaps), (gst_negotiation_pad_link), + (gst_negotiation_update_caps), (gst_negotiation_get_property), + (gst_negotiation_plugin_init): Add a property that acts like + filter caps. + * testsuite/gst-lint: Move license checking to be a standard + test. + +2004-04-13 David Schleef <ds@schleef.org> + * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak. patch from Sebastien Cote (bug #139958) diff --git a/common b/common -Subproject 99901894a48091bfed16826702c38c4063e6495 +Subproject c4fb9e5b7bc69f9420a0f008230e3028fdc2b09 |