Flurry image when showing BGRA raw pixels

longkas longkas at gmail.com
Mon Apr 22 10:50:13 UTC 2019


Update: 
Steps to reproduce this issue:

1) raw file provided, with 1280x720x1 frame data, I have uploaded here: 
https://www.dropbox.com/s/braugpr6dx1y8uo/bgra-1280-720-1.raw?dl=0
2) just build pipeline from command and play
 GstElement* pipe = gst_parse_launch("filesrc
location=d:/bgra-1280-720-1.raw blocksize=3686400 !
video/x-raw,width=1280,height=720,format=BGRA,framerate=1/1 ! videoconvert !
imagefreeze ! autovideosink", NULL);

Thats all, to compare, just open a terminal and type the same command:
gst-launch-1.0  -v filesrc location=d:/bgra-1280-720-1.raw blocksize=3686400
! video/x-raw,width=1280,height=720,format=BGRA,framerate=1/1 ! videoconvert
! imagefreeze ! autovideosink

Tested on Windows 10 x64, Gstreamer 1.16 MinGW.






--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list