Custom plugin on iOS

Sebastian Dröge sebastian at centricular.com
Fri Aug 29 06:40:08 PDT 2014


On Fr, 2014-08-29 at 06:22 -0700, nicksonsix wrote:
> I have written and compiled custom plugin for GStreamer 1.4.1 (according to
> the tutorial) and I wanted to connect it with iOS project.
> I noticed that for OS X project I need to write the code below and this
> plugin is visible for pipeline generator:
> gst_registry_scan_path(gst_registry_get(), "/usr/local/lib/gstreamer-1.0");
> 
> But how can I do it on iOS? Thanks.

You need to statically link the plugin into your application and load it
at some point. Or just link the plugin code to your application and call
the gst_element_register() from somewhere in your application.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140829/dd556122/attachment.sig>


More information about the gstreamer-devel mailing list