Getting a list of registered file extents?

Stirling Westrup swestrup at gmail.com
Thu May 1 08:40:59 PDT 2014


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:

$ 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




On Thu, May 1, 2014 at 10:59 AM, Stirling Westrup <swestrup at gmail.com>wrote:

> 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?
>
>
> --
> Stirling Westrup
> Programmer, Entrepreneur.
> https://www.linkedin.com/e/fpf/77228
> http://www.linkedin.com/in/swestrup
> http://technaut.livejournal.com
> http://sourceforge.net/users/stirlingwestrup
>



-- 
Stirling Westrup
Programmer, Entrepreneur.
https://www.linkedin.com/e/fpf/77228
http://www.linkedin.com/in/swestrup
http://technaut.livejournal.com
http://sourceforge.net/users/stirlingwestrup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140501/d1a8c146/attachment.html>


More information about the gstreamer-devel mailing list