<div dir="ltr"><div dir="ltr"><div>Hi, I'm using GStreamer to decode video files and get a sequence of RGB frames that I paint in a widget of my application. This is the pipeline:</div><div><br></div><div>filesrc ! decodebin ! videoconvert ! appsink</div><div><br></div><div>I want RGB frames and for that I use the "caps" property of appsink but<br></div><div><br></div><div><span style="font-family:monospace,monospace">GstCaps *caps = gst_caps_new_simple("video/x-raw",<br>                    "format", G_TYPE_STRING, "xRGB",<br>                    NULL);</span></div><div><br></div><div>fails and returns NULL caps, why?<br></div><div><br></div><div>Thanks in advance,</div><div>Luca<br></div></div></div>