Custom plugin on iOS

nicksonsix nicksonsix at gmail.com
Mon Sep 1 00:46:37 PDT 2014


NULL was the solution for my problem. Many thanks! Now it works like a charm.
;-)

Adding custom plugin on iOS: Step-by-step solution (for anyone who is
interested):

1. Create "MyFilter" (according to the tutorial "GStreamer Plugin Writer's
Guide").
2. Add generated "gstmyfilter.c" and "gstmyfilter.h" into your iOS project.
3. At the beginning of "GStreamerBackend.m" add:
#include "gstmyfilter.h"
4. Register "MyFilter" before you will use it by inserting following code:
gst_element_register(NULL, "myfilter", GST_RANK_NONE, GST_TYPE_MYFILTER);
5. Enjoy. ;-)



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Custom-plugin-on-iOS-tp4668468p4668483.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list