user3614789
user3614789

Reputation: 200

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"

Upvotes: 0

Views: 1886

Answers (1)

kaman
kaman

Reputation: 376

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

Upvotes: 1

Related Questions