diff options
author | David Schleef <ds@schleef.org> | 2004-07-03 04:27:18 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-07-03 04:27:18 +0000 |
commit | 39684aef93a6d6b7e1120de4ec44d9f3fc3c44f9 (patch) | |
tree | a3461fd6080f89c4517edd003a99605c9665afb6 | |
parent | 3ae44bdb31e849fc9a4cfe6909f596257389fdcd (diff) | |
download | gst-plugins-bad-39684aef93a6d6b7e1120de4ec44d9f3fc3c44f9.tar.gz gst-plugins-bad-39684aef93a6d6b7e1120de4ec44d9f3fc3c44f9.tar.bz2 gst-plugins-bad-39684aef93a6d6b7e1120de4ec44d9f3fc3c44f9.zip |
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.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |