[gst-devel] PushSrc problem

Jan Schmidt thaytan at noraisin.net
Tue Aug 8 14:53:26 CEST 2006


On Tue, 2006-08-08 at 14:41 +0200, Corentin BARON wrote:
> Hello list,
> 
> I've got a problem porting my plugin to 0.10. It seems that as soon  
> as I try to compile it as a PushSrc subclass GStreamer is unable to  
> load it. If I try to make it a GstElement subclass (tried it with the  
> plugin template) it's recognized without any problem (but where do I  
> give it my 'create' function since I'm working on a live source  
> plugin?).
> 
> I'm working on GStreamer 0.10.9 on a Fedora Core 4.
> 

You've probably forgotten to link against libgstbase. GstPushSrc lives
in there, while GstElement is in the core library.

ldd -r yourelememt.so should show unresolved symbols.

Regards,
Jan.

-- 
Jan Schmidt thaytan at noraisin.net

"Computer games don't affect kids; I mean if Pac-Man affected us as
kids, we'd all be running around in darkened rooms, munching magic pills
and listening to repetitive electronic music." - Unknown






More information about the gstreamer-devel mailing list