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 :-( The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. ------------------------------------------------------------------------- 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
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 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
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 >> 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 > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------- 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |