Search code examples
gstreamerpipeline

WARNING: erroneous pipeline: no element "image"


I have started working on gstreamer. I had a warning in the terminal command below; can you help me figure it out?

P. S. I had installed gstreamer successfully.

oddspin@oddspinl1:~$ gst-launch filesrc location=foto.jpg ! jpegdec ! image freeze ! mfw_isink
WARNING: erroneous pipeline: no element "image"

Solution

  • Loose the space between "image" and "freeze" and you should be good.