summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-11-20 16:43:32 +0000
committerJulien Moutte <julien@moutte.net>2005-11-20 16:43:32 +0000
commit985daa9d64adeace2b3dea9e319427e2154f125e (patch)
tree2dbd2090efe92e188f229a19a8139bb15f6354e7 /ChangeLog
parent978a8d1529e53fe3926bccccb05310a25e5204d5 (diff)
gst/matroska/matroska-mux.c: Fix for
Original commit message from CVS: 2005-11-20 Julien MOUTTE <julien@moutte.net> * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for API changes. * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes, but also fix the code that was not checking return values from pad_push neither using pad_alloc_buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a7e26dd..ebfa870d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-20 Julien MOUTTE <julien@moutte.net>
+
+ * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
+ API changes.
+ * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
+ but also fix the code that was not checking return values from
+ pad_push neither using pad_alloc_buffer.
+
2005-11-18 Edward Hervey <edward@fluendo.com>
* ext/libpng/gstpngenc.c: (gst_pngenc_class_init),