[gst-devel] querry : pipeline error
Aurelien Grimaud
gstelzz at yahoo.fr
Fri Oct 17 22:08:43 CEST 2008
Stefan Kost a écrit :
> arnabsamanta schrieb:
>
>> Hi ,
>> I have develpoed a plug in named queueu3 and installed it successfully. but
>> wehen am trying to construct a pipeine am getting an error as such.
>>
>> gst-launch filesrc location =/root/mpeg.dat ! queueu3 ! filesink
>> location=/root/frame.dat
>>
>> Setting pipeline to PAUSED ...
>> Pipeline is PREROLLING ...
>> Caught SIGSEGV accessing address 0x4
>> #0 0x003fc402 in __kernel_vsyscall ()
>> #1 0x4a249503 in ?? ()
>> #2 0x00000000 in ?? ()
>>
>> Can any body please tell what could be the possible reason for this ? I am
>> absolutely clueless :-(
>>
>
> look at backtraces for all threads:
>
>> thread apply all bt
>>
valgrind is really useful to find memory faults such as yours.
It seems that your queueu3 is faulting on first incoming buffer (preroll)
Aurelien
> Stefan
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> 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