[gst-devel] PushSrc problem
Benoit Fouet
benoit.fouet at purplelabs.com
Thu Aug 10 15:36:34 CEST 2006
Corentin BARON wrote:
> Le 10 août 06 à 14:33, Benoit Fouet a écrit :
>
>> when you plug it on, have you checked there is no unresolved symbol in
>> your lib ?
>> (a ldd -r mylib.so should do it)
>> it seems strange to me the plugin won't load as soon as you add a
>> function plugged in it...
>> have you tried to debug the application trying to load your plugin ?
>> does any of your function is called ?
>> if not, it is very likely a link problem...
>>
>> Hope that helps,
>>
>> -- Ben
>
>
> I checked it and it's OK. The strangest thing is that the create()
> prototype is present in the code, I only got rid of the implementation.
have you tried a very basic implementation in your create function, such
as just passing a pointer to a global buffer for instance ?
(anyway, the fact you have prototypes in your code does not harm ;) )
-- Ben
>
> Thx,
> Corentin.
>
>
>
>------------------------------------------------------------------------
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
>------------------------------------------------------------------------
>
>_______________________________________________
>gstreamer-devel mailing list
>gstreamer-devel at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
More information about the gstreamer-devel
mailing list