<div dir="ltr">Hey everyone, <div><br></div><div>I'm struggling a little bit with the interaudiosink and interaudiosrc elements. I'm running 1.4.3 for the record. </div><div><br></div><div>I'm having an issue with interaudiosrc because he complains that "no layout given". I was having this error with this pipeline</div><div><br></div><div><font face="monospace, monospace">GST_DEBUG=4 gst-launch-1.0 audiotestsrc ! interaudiosink channel=1 interaudiosrc channel=1 ! interaudiosink channel=2 interaudiosrc channel=2 ! autoaudiosink</font><br></div><div><br></div><div>Should this fail at all? Adding a capsfilter in there did clear the issue</div><div><br></div><div><font face="monospace, monospace">GST_DEBUG=4 gst-launch-1.0 audiotestsrc ! interaudiosink channel=1 interaudiosrc channel=1 ! <b>audio/x-raw, layout=interleaved</b> ! interaudiosink channel=2 interaudiosrc channel=2 ! autoaudiosink</font><br></div><div><br></div><div>Now I'm trying a case where these elements are actually split over three pipelines. When I launch it, I don't see any error message on the bus, but I'm not hearing any sound. If I launch the same code but now with GST_DEBUG=4, then the first interaudiosrc reports once more "no layout given" althought the capsfilter is there.</div><div><br></div><div>Any insight would be great. </div><div><br></div><div>Cheers, </div><div>Sérgio</div><div><br></div><div><br></div><div><br></div></div>