GStreamer and GIR

Olivier Crête olivier.crete at collabora.com
Tue Mar 8 05:27:22 UTC 2016


Hi, 

You don't need gir files to access the plug-ins. They are loaded at runtime, you access them through the core GStreamer API (GstElement, GstBin, GstPipeline, etc) and you control their properties using GObject properties, using g_object_set() in C, I'm not sure how that was translated into the D bindings. 

I hope this points you in the right direction. 

Olivier 

On March 7, 2016 11:30:35 PM EST, Russel Winder <russel at winder.org.uk> wrote:
>The GtkD (D bindings for Gtk) use an automated system that relies on
>GIR – I am commenting here from a position of deep ignorance of GIR.
>Apparently GStreamer has associated GIR files and so the bindings to
>GStreamer that the GtkD folk create are good, but none of the plugins
>have GIR files and so all the GStreamer plugin APIs are missing from
>the D binding – which makes it really annoying to contemplate using D
>for anything using PlayBin for example.
>
>cf.  forum.gtkd.org/groups/GtkD/thread/360
>
>-- Russel.=============================================================================Dr
>Russel Winder      t: +44 20 7585 2200   voip:
>sip:russel.winder at ekiga.net41 Buckmaster Road    m: +44 7770 465
>077   xmpp: russel at winder.org.ukLondon SW11 1EN, UK   w:
>www.russel.org.uk  skype: russel_winder
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>gstreamer-devel mailing list
>gstreamer-devel at lists.freedesktop.org
>https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-- 
Olivier Crête
olivier.crete at collabora.com


More information about the gstreamer-devel mailing list