[gst-devel] PushSrc problem
Benoit Fouet
benoit.fouet at purplelabs.com
Thu Aug 17 09:50:51 CEST 2006
Hi,
Corentin BARON wrote:
> Le 10 août 06 à 15:36, Benoit Fouet a écrit :
>
>> 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
>
>
> I found it! The g_memcpy disapeared from GLib since the previous
> version, so my plugin now works both with GStreamer 0.8 and 0.10!
>
> Thx a lot for the help, this list is an information gold mine.
> Corentin.
>
Glad to see you finally found :)
(anyway, ldd should have helped you to fix it in a quicker way)
When a plugin doesn't load, it is often due to an undefined reference
that prevents the library containing your plugin to be loaded ;)
Cheers,
-- Ben
>
>
>------------------------------------------------------------------------
>
>-------------------------------------------------------------------------
>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