[gst-devel] Problems with C++ files

Jan Schmidt thaytan at noraisin.net
Mon Mar 20 03:53:06 CET 2006


On Fri, 2006-03-17 at 11:47 -0600, Vinay Krishnamurthy wrote:
> Hello All,
> 
> I am trying to build a GStreamer plug-in with c++ files.
> If I build with the C version of those files, my plugin is getting
> recognized. However, if I use the C++ version(there is no change in
> the functionality), my plugin is not getting recognized.
> 
> Can you please let me know is there any known problem for GStreamer
> plugins with C++ files.

It is possible to make GStreamer plugins in C++, as long as they link to
the right C++ support libraries. Probably you're missing libstdc++.
Running "ldd -r" on your plugin .so file will tell you about any symbols
from libraries it is failing to link to.

Cheers,
Jan.


-- 
Jan Schmidt thaytan at noraisin.net

ENOSIG






More information about the gstreamer-devel mailing list