summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-18 18:14:34 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-18 18:14:34 +0000
commitea3358fb923396982a49ecc9f92acb97915a7f0d (patch)
tree90b220f0cf83808e9d91c29971f596a2c9a175dd /ChangeLog
parentf65b8cedd97a181b063b8b55b9cc68cfd33df544 (diff)
ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot handle MJPEG streams an...
Original commit message from CVS: * ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot handle MJPEG streams and might be autoplugged for those if the user doesn't have jpegdec installed (resulting in a cryptic error message about huffman tables). Better to disable JPEG decoding here and let the user figure out that she needs to install jpegdec.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25d96b95..0058f59f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/gdk_pixbuf/gstgdkpixbuf.c:
+ Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
+ handle MJPEG streams and might be autoplugged for those if the
+ user doesn't have jpegdec installed (resulting in a cryptic error
+ message about huffman tables). Better to disable JPEG decoding here
+ and let the user figure out that she needs to install jpegdec.
+
+2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
(gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
(gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):