<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, May 2, 2014 at 3:36 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Do, 2014-05-01 at 11:40 -0400, Stirling Westrup wrote:<br>
> Never mind, just after asking this, I remembered how to get the list. For<br>
> those interested, here's a command line to pull the list out of the<br>
> gst-inspect data:<br>
><br>
> $ gst-inspect-1.0 | grep "^typefindfunctions: \(audio\|video\|image\)" |<br>
> grep -v "no extensions" | cut -d' '  -f3- | tr -d ' ' | xargs -d, -L 1 echo<br>
> | sort | uniq | xargs echo<br>
<br>
</div>You can obviously also get this via GStreamer API. But it will only<br>
include the known file extensions, not all of these are necessarily<br>
supported... and more formats than those file extensions could be<br>
supported.<br>
<span class="HOEnZb"><font color="#888888"></font></span><br></blockquote></div>I realize that, but my manager doesn't want to present users with a media selection box that shows *.*, as he would prefer us not to show files like .pdfs which we know we can't display. So, for now, this will have to do.<br>
<br></div><div class="gmail_extra"><br><br>-- <br>Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br><a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br>
<a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a>
</div></div>