[gst-devel] Simple example of a video filter
Tim-Philipp Müller
t.i.m at zen.co.uk
Thu Feb 3 00:19:55 CET 2011
On Wed, 2011-02-02 at 17:09 -0600, Brian Michalk wrote:
> Thanks. That helped a lot.
>
> Now, I am having problems with unresolved symbols.
>
> I am referencing some functions in video.c, but when I run gst-launch,
> it says those symbols are missing. I can comment out the functions, and
> my element behaves just fine.
Sounds like you need to link against libgstvideo-0.10.
(pkg-config --libs gstreamer-video-0.10 should give you the right
linker flags.)
Cheers
-Tim
More information about the gstreamer-devel
mailing list