0.1 to 1.0 migration issue
Tim Müller
tim at centricular.com
Sun Nov 24 14:44:46 PST 2013
On Sun, 2013-11-24 at 23:30 +0100, Frédéric Sallé wrote:
Hi,
> This 0.1 pipeline is working properly:
> gst-launch-0.10 filesrc location=[A linux fifo pipe] ! jpegdec !
> ffmpegcolorspace ! xvimagesink
>
> This 1.0 is not :
> gst-launch-1.0 filesrc location=[The same linux fifo pipe] ! jpegdec !
> videoconvert ! xvimagesink
>
> Decode error #55: Not a JPEG file: starts with ...........
>
> I'm writing regular JPEG files from another shell into that pipe ...
>
> Could someone tell we what is wrong ?
What 1.x version is this with exactly? (gst-inspect-1.0 jpegdec | grep
Version)
I think it's fixed in recent versions. You can probably work around it
by setting blocksize=N on filesrc with a very large N (larger than the
filesize of the image).
Cheers
-Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
More information about the gstreamer-devel
mailing list