Question

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"
Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top