undefined symbol in custom plugin(gst_video_filter_get_type)

Michael Gruner michael.gruner at ridgerun.com
Fri Aug 10 17:09:22 UTC 2018


Hi Bdjukic

To use GStreamer video utilities you need to link in additional libraries. The simplest way is to use pkg-config. Append the following flags to your build process:

VIDEO_CFLAGS=`pkg-config --cflags gstreamer-video-1.0`
VIDEO_CFLAGS=`pkg-config --libs gstreamer-video-1.0`

Michael
RidgeRun

> On Aug 10, 2018, at 06:08, bdjukic <bdjukic at gmail.com> wrote:
> 
> Hi there! Just wondering if you managed to resolve the above issue? I'm
> seeing the exact same problem atm.
> 
> Thanks!
> 
> B.
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list