summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-10-30 12:27:32 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-30 12:27:32 +0000
commit5bfb6579b82fe34c0633de97578b073f4818166a (patch)
treed46b98040f8d1acdb920533ba91f7b9a981e3a35 /ChangeLog
parent2b5d45e3f64295db1cac0eae91c4b276bcebb10a (diff)
gst/mpegaudioparse/gstmpegaudioparse.c: Remove some more broken code, it seems to clip even when it should not.
Original commit message from CVS: * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_emit_frame): Remove some more broken code, it seems to clip even when it should not. See #491305.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68fe86c689..9f6dd142d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_emit_frame):
+ Remove some more broken code, it seems to clip even when it should not.
+ See #491305.
+
+2007-10-30 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst/mpegaudioparse/gstmpegaudioparse.c:
+ (gst_mp3parse_emit_frame):
When the element is not driving the streaming thread it is not supposed
to emit EOS or post SEGMENT done. It is allowed to return UNEXPECTED
upstream when it detects EOS. See #491305.