Re: Display a PNG image using gstreamer

2020-07-09 Thread Thiago Sousa Santos
On Thu, Jul 9, 2020 at 3:18 PM Victor Rollinger < victor.rollin...@na.denso.com> wrote: > I need to display a PNG image using gstreamer. > > > > From reading the documentation, this command should work: > > > > gst-launch-1.0 -v filesrc location=filename.png !

Display a PNG image using gstreamer

2020-07-09 Thread Victor Rollinger
I need to display a PNG image using gstreamer. >From reading the documentation, this command should work: gst-launch-1.0 -v filesrc location=filename.png ! pngdec ! imagefreeze ! 'video/x-raw,format=(string)YUY2,width=640,height=480,framerate=(fraction)30/1' ! waylandsink Ho