Hi all, <div><br></div><div>I&#39;m working on capturing media from a VGA signal grabber using gstreamer. It is a v4l device, so I am successfully able to capture using v4lsrc. I am having an issue with unplugging the VGA signal though, because the signal grabber does not send blank frames, so the gstreamer pipeline stops because it cannot synchronize on resource. Are there any options for me to somehow keep the pipeline running and just insert blank frames?</div>
<div><br></div><div>I am using GStreamer 0.10.25 and this is what the debugging output for the v4lsrc plugin looks like during the failure:</div><div><br></div><div><div>0:00:12.858767651 15192       0xfa1f10 DEBUG                    v4l v4l_calls.c:386:gst_v4l_get_chan_norm:&lt;v4lsrc0&gt; getting current channel and norm</div>
<div>0:00:12.860111669 15192       0xfa1f10 LOG                      v4l v4lsrc_calls.c:690:gst_v4lsrc_buffer_finalize:&lt;v4lsrc0&gt; freeing buffer 0xe10e70 for frame 1</div><div>0:00:12.860159234 15192       0xfa1f10 LOG                      v4l v4lsrc_calls.c:694:gst_v4lsrc_buffer_finalize:&lt;v4lsrc0&gt; requeueing frame 1</div>
<div>0:00:12.860169350 15192       0xfa1f10 LOG                      v4l v4lsrc_calls.c:336:gst_v4lsrc_requeue_frame:&lt;v4lsrc0&gt; requeueing frame 1</div><div>0:00:12.998765970 15192       0xfa1f10 LOG                      v4l v4lsrc_calls.c:265:gst_v4lsrc_grab_frame:&lt;v4lsrc0&gt; grabbing frame</div>
<div>0:00:12.998815357 15192       0xfa1f10 LOG                      v4l v4lsrc_calls.c:84:gst_v4lsrc_queue_frame:&lt;v4lsrc0&gt; queueing frame 1</div><div>0:00:12.998829158 15192       0xfa1f10 LOG                      v4l v4lsrc_calls.c:114:gst_v4lsrc_sync_frame:&lt;v4lsrc0&gt; VIOIOCSYNC on frame 0</div>
<div>0:00:13.294936018 15192       0xfa1f10 WARN                     v4l v4lsrc_calls.c:124:gst_v4lsrc_sync_frame:&lt;v4lsrc0&gt; error: system error: No message of desired type</div><div>ERROR: from element /GstPipeline:pipeline0/GstV4lSrc:v4lsrc0: Could not synchronize on resource.</div>
<div>Additional debug info:</div><div>v4lsrc_calls.c(124): gst_v4lsrc_sync_frame (): /GstPipeline:pipeline0/GstV4lSrc:v4lsrc0:</div><div>system error: No message of desired type</div><div>Execution ended after 12234652245 ns.</div>
<div>Setting pipeline to PAUSED ...</div><div>Setting pipeline to READY ...</div><div><br></div><div>Thanks,</div><div><br></div><div>Kristofor</div></div>