Unable to get the sample from Appsink using C++

RK29 giri_2984 at yahoo.co.in
Mon Aug 24 23:06:34 UTC 2020


Capsfilter was messed up:
Was:  
GstCaps* videosinkcaps =gst_caps_from_string("video/x-raw,format=BGR, width=
1280, height=720,framerate=10/1");

Should have been:
GstCaps* videosinkcaps =gst_caps_from_string("video/x-raw,format=BGR, width=
1280, height=720");

Issue resolved!



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


More information about the gstreamer-devel mailing list