GStreamer 1.2.1, vs2013, cinder 0.8.5 and a 'hello world'

Gordon Nickel gordon.nickel at downstream.com
Sun Dec 1 11:14:16 PST 2013


I can't think of any tutorials offhand, but I've found looking at the creative coding gstreamer integrations are very helpful to get oriented: There's a few Cinder GStreamer integrations out there already, but I think they're mostly for 0.10 and Cinder 0.8.4. It shouldn't be a ton of work to port them forward. You can also look at the OpenFrameworks GStreamer wrapper for some ideas too, and it's not terribly difficult to port oF stuff to Cinder.

Cinder Gstreamer wrapper (uses 0.10 IIRC):
http://forum.libcinder.org/topic/new-video-player-solution-2realgstreamerwrapper
https://github.com/cadet/_2RealGStreamerWrapper
https://github.com/mikecreighton/cinder-GStreamer-Integration
https://github.com/gaborpapp/cinder-GStreamer-Integration/

The openFrameworks gstreamer player is a good example for c++ as well, and includes both 0.10 and 1.0 implementations:
https://github.com/openframeworks/openFrameworks/tree/master/libs/openFrameworks/video



On Nov 30, 2013, at 10:09 PM, Lasse Laursen <gazoo at 42.dk<mailto:gazoo at 42.dk>> wrote:

Ah great, thanks a bunch Gordon :)

You also mentioned you had some good tutorials you could link - if you're not mobile that is?

Lasse

On 01-12-2013 15:04, Gordon Nickel wrote:
As I've recently discovered, you can use the putenv() command to set the necessary variables during your app's lifetime. You can distribute the dll's needed for your app in a known directory (such as a relative path to your exe) and set the variables based on that.

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131201/f892112a/attachment.html>


More information about the gstreamer-devel mailing list