I'm curious, does the input-selector work properly with conpressed content (ie ogg)?   <br><br>Or should I be decoding content prior to switching?<br><br>The caps are listed as ANY.<br><br>For instance say I wanted to do:<br>
<br>souphttpsrc location=<a href="http://localhost:8000/file1.ogg">http://localhost:8000/file1.ogg</a> ! queue ! s.sink0 \<br>souphttpsrc location=<a href="http://localhost:8000/file2.ogg">http://localhost:8000/file2.ogg</a>  ! queue ! s.sink1 \<br>
input-selector name=s ! oggdemux ! theoradec ! autovideosink<br><br>vrs putting the decoders before the input-selector?<br><br>--Brian<br><br>