[gst-devel] PushSrc problem

Benoit Fouet benoit.fouet at purplelabs.com
Thu Aug 10 14:33:20 CEST 2006


Corentin BARON wrote:

>
> Le 10 août 06 à 14:04, Benoit Fouet a écrit :
>
>> Corentin BARON wrote:
>>
>>> Right, this also changed from 0.8, now it goes up to the PREROLLING
>>> stage before crashing :p
>>>
>>> Now the problem I got is with my create() function (too much things
>>> have changed in 0.10 from 0.8, I'm quite lost on some points):
>>>
>>> As it's made on videotestsrc, I replaced my old good working 0.8
>>> style get() function with a create() function:
>>>
>>>> static GstFlowReturn
>>>> gst_blinkysrc_create(GstPushSrc * psrc,
>>>>                     GstBuffer ** buffer) {
>>>
>>>
>> for what i've done with src plugins, it seems that the prototype is
>> something like:
>> static GstFlowReturn
>> gst_salcam_src_create( GstBaseSrc *basesrc, guint64 offset, guint 
>> length,
>>                        GstBuffer **buffer )
>
>
> The create() function for a PushSrc is slightly reduced, I got it on 
> the source code of VideoTestSrc and PushSrc. The strange thing is 
> that if I remove the implementation of the function, the whole thing 
> compiles with only a "used but never defined" warning and show up in 
> gst-inspect. As soon as I uncomment the implementation, the warning 
> gotten rid of but the plugin won't load anymore.
>
> Thx,
> Corentin.

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

>
>
>
>------------------------------------------------------------------------
>
>-------------------------------------------------------------------------
>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