summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-28 08:37:44 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-28 08:37:44 +0000
commit593528c5f6bde202cf4f420afd077084ca153dd3 (patch)
treed07485ac1074495c4dd64cd8f8ff7d8170b4eeb4 /ChangeLog
parentc34fa140d0c16ce688e42947a8668049ce22cdb7 (diff)
gst/law/mulaw-decode.c: Return GST_FLOW_NOT_NEGOTIATED when the caps are not set yet on the srcpad. We need rate and ...
Original commit message from CVS: * gst/law/mulaw-decode.c: (gst_mulawdec_chain): Return GST_FLOW_NOT_NEGOTIATED when the caps are not set yet on the srcpad. We need rate and channels before we can do any processing. Fixes bug #519088.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4f0293..da4876f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-28 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
+ Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
+ yet on the srcpad. We need rate and channels before we
+ can do any processing. Fixes bug #519088.
+
2008-02-26 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac: