From 9aea0ee89fe1b7f229daa9759880ec8a68ec51a0 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 13 Apr 2004 23:25:19 +0000 Subject: [PATCH] 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. --- ChangeLog | 15 +++++++++++++++ common | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2f73c60..bd63b61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2004-04-13 David Schleef + * 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 + * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak. patch from Sebastien Cote (bug #139958) diff --git a/common b/common index 9990189..c4fb9e5 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 99901894a48091bfed16826702c38c4063e64954 +Subproject commit c4fb9e5b7bc69f9420a0f008230e3028fdc2b097 -- 2.7.4