0.1 to 1.0 migration issue

Adrian Pardini listas at tangopardo.com.ar
Sun Nov 24 14:33:56 PST 2013


On 24 November 2013 19:30, Frédéric Sallé <salle.frederic at gmail.com> wrote:
> Hello,
>
> 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

Hi Frédéric, try using jpegparse before jpegdec, something like

gst-launch-1.0 filesrc location=[The same linux fifo pipe] ! jpegparse
! jpegdec ! videoconvert ! xvimagesink


best regards


More information about the gstreamer-devel mailing list