<div dir="ltr">Never mind, just after asking this, I remembered how to get the list. For those interested, here's a command line to pull the list out of the gst-inspect data:<br><br>$ gst-inspect-1.0 | grep "^typefindfunctions: \(audio\|video\|image\)" | grep -v "no extensions" | cut -d' '  -f3- | tr -d ' ' | xargs -d, -L 1 echo | sort | uniq | xargs echo<br>
<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 1, 2014 at 10:59 AM, Stirling Westrup <span dir="ltr"><<a href="mailto:swestrup@gmail.com" target="_blank">swestrup@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Currently we have an application with a file-selector box and my manager would prefer that it only allow the selection of files with extents that are known to gstreamer. I know that the typefind functions register an optional list of extents during init, but I don't know an easy way to get the full list of registered extents. Any suggestions?<span class="HOEnZb"><font color="#888888"><br>

<br clear="all"><div><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></font></span></div>
</blockquote></div><br><br clear="all"><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>