summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-12-09 14:19:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-12-09 14:19:16 +0000
commit16916838831d489b0dfc2535d2d40f582193caed (patch)
treee139a477878fcf015d914af0b469e4811cf85334 /ChangeLog
parentc979a9cdc37bd9665f03fc1143c2ef8bb3dc1924 (diff)
gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame when it's missing.
Original commit message from CVS: * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process): Add an EOI marker at the end of the jpeg frame when it's missing. Fixes #563056.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6ef952c..020f6cce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-09 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
+ Add an EOI marker at the end of the jpeg frame when it's missing.
+ Fixes #563056.
+
2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* tests/check/elements/videocrop.c: (check_1x1_buffer):