<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">I’ve been playing around with gstreamer1.8.2 (OS X) for a few days, my overall goal:  to learn (if)  the mechanics of concurrently streaming several videos into OpenGL textures for rendered into a scene (is possible). OS X isn’t necessarily my target system.</div><div class=""><br class=""></div><div class="">comments: </div><div class=""><br class=""></div><div class="">1) the distro packaging is undocumented and fairly unclear. I downloaded the images for OS X but the content left by installs under the frameworks directories is far from complete. </div><div class=""><br class=""></div><div class="">2) resorted to brew with much more success. however the standard set of packages (core,plugins, good,bad,ugly) still left me unable to to play video. Adding gstlibav solved this. </div><div class=""><span class="" style="color: rgb(245, 245, 245); font-family: Monaco; font-size: 11px; background-color: rgb(0, 0, 0);"><br class=""></span></div><div class="">Docs have been useful. I get processing pipelines, having worked with similar in the past.</div><div class=""><br class=""></div><div class="">I followed the tutorial hoping for a bit of bootstrap coding wise, but it is of limited use, the major road block: decoders it relies on (ogg/vorbis) don’t seem to exist.</div><div class=""><br class=""></div><div class="">Code examples a bit difficult to find: <span class="" style="color: rgb(245, 245, 245); font-family: Monaco; font-size: 11px; background-color: rgb(0, 0, 0);"><a href="https://cgit.freedesktop.org/" class="">https://cgit.freedesktop.org/</a></span> isn’t linked in the main site, but I resorted to raiding the SDL examples of which only the basic cube works. The others don’t because textoverlay does not exist.</div><div class=""><br class=""></div><div class="">Any advice how to diagnose/find and if necessary build, up to and including that OS X is hopelessly out of date ATM would be appreciated.</div></body></html>