summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-04-13 23:25:19 +0000
committerDavid Schleef <ds@schleef.org>2004-04-13 23:25:19 +0000
commit9414aca1c59e27c5fe7c62eef8c53f6e06b7e630 (patch)
tree1b691f5e2ec7aa0b384b54b21b121a4f412a3471 /ChangeLog
parent23222fefd280a46617c5d1ce47271a35d880036f (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f73c60f..bd63b614 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)