From ea3358fb923396982a49ecc9f92acb97915a7f0d Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 18 Apr 2006 18:14:34 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25d96b95..0058f59f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-04-18 Tim-Philipp Müller + + * 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 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps), -- cgit