<html><head></head><body><div>On Wed, 2017-07-05 at 15:17 -0400, Jerry Geis wrote:</div><div><br></div><div>Hi Jerry,</div><div><br></div><div>in 0.10 audio/x-raw-int caps needed an endianness field of either 1234 or 4321 in addition to width=16, depth=16 - which one was it in your case?</div><div><br></div><div>If you want "native endianness", then you can create the format string with</div><div><br></div><div>  GST_AUDIO_NE(S16)</div><div><br></div><div>that will expand to either "S16LE" or "S16BE".</div><div><br></div><div>Cheers</div><div> -Tim</div><div></div><blockquote type="cite"><pre>
</pre></blockquote><div><span><pre>-- <br></pre><div style="font-family: monospace; width: 71ch; word-wrap: break-word; word-break: break-word;">Tim Müller, Centricular Ltd - <a href="http://www.centricular.com">http://www.centricular.com</a></div><div style="font-family: monospace; width: 71ch; word-wrap: break-word; word-break: break-word;" data-evo-signature-plain-text-mode=""><br></div><div style="width: 71ch;" data-evo-signature-plain-text-mode="">Join us at the GStreamer Conference!</div><div style="width: 71ch;" data-evo-signature-plain-text-mode="">21-22 October 2017 in Prague, Czech Republic</div><div style="width: 71ch;" data-evo-signature-plain-text-mode=""><a href="http://gstreamer.freedesktop.org/conference/">http://gstreamer.freedesktop.org/conference/</a></div>
</span></div></body></html>