<div dir="ltr"><div>Hello<br></div><div><br>I'm developing a client application where I use gstreamer to get a video streaming from another device and display it along with some extra information (text and images). To render all the information over the video I'm using the cairo plugin included with gstreamer which works great. The problem I'm having is the video streaming is not always available, and when it isn't gstreamer doesn't render anything, so all my extra information isn't shown either.<br><br>A simplified version of my pipeline:<br><br>udpsrc port=5000 ! application/x-rtp, payload=96 ! rtph264depay ! avdec_h264 ! videoconvert ! cairooverlay ! videoconvert ! d3dvideosink<br><br>Does someone know how can I make gstreamer render cairo even when there is no video?<br><br></div>Thanks.<br></div>