Hello,<br>we develop an application receiving FM radio based on GStreamer. But I can&#39;t understand how to create a pipeline with v4lsrc or v4l2src only for radio signal (without video). I tried<br><br>gst-launch -vvv v4l2src device=/dev/radio0 ! decodebin ! pulsesink<br>
<br>in command line at first, but it fails:<br><br>(gst-launch-0.10:2489): GLib-WARNING **: g_set_prgname() called multiple times<br>Setting pipeline to PAUSED ...<br>ERROR: Pipeline doesn&#39;t want to pause.<br>ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Device &#39;/dev/radio0&#39; is not a capture device.<br>
Additional debug info:<br>v4l2_calls.c(504): gst_v4l2_open (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:<br>Capabilities: 0x50400<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br><br>Could anybody suggest me the right pipeline for FM radio signal processing or maybe the right parameters for v4lsrc or v4l2src sources?<br>
<br>Thank you very much in advance,<br>Alexey Chernov<br>