summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-07-03 04:27:18 +0000
committerDavid Schleef <ds@schleef.org>2004-07-03 04:27:18 +0000
commit692400ea40e39a81aa25101837d64a8cfe89a6c5 (patch)
tree0e275c7274f6eb0e62f979f8f488753442cf1c6e /ChangeLog
parentd3ad8602932de504835e6d95769b8b04c2393649 (diff)
ext/flac/gstflacdec.c: (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to do with the logic.
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flacdec_class_init), (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to do with the logic.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cba894a5..e3c0c1a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-07-02 David Schleef <ds@schleef.org>
+ * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
+ (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
+ do with the logic.
+
+2004-07-02 David Schleef <ds@schleef.org>
+
* ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
output buffers. Fix logic mistake. (bug #144866)