summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-09-26 13:19:17 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-09-26 13:19:17 +0000
commit56ff7ee1ae31ca1647ce44c6c3364e257b747e6f (patch)
tree34f1bf6ba5c4b3f511d494b52d2d843e92069b25 /ChangeLog
parentac934ae36b95372695c1fb6e81ce284172b2a6a9 (diff)
ext/flac/gstflacenc.*: Save the flow return from the last gst_pad_push() and make sure we pass the right flow return ...
Original commit message from CVS: * ext/flac/gstflacenc.c: * ext/flac/gstflacenc.h: Save the flow return from the last gst_pad_push() and make sure we pass the right flow return value upstream in the case of failure; minor clean-ups.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4d7210b..647b853d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-26 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/flac/gstflacenc.c:
+ * ext/flac/gstflacenc.h:
+ Save the flow return from the last gst_pad_push() and
+ make sure we pass the right flow return value upstream
+ in the case of failure; minor clean-ups.
+
2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
* ext/taglib/gstapev2mux.cc: