I have usb logitech webcam. I want to stream video over network. I am using the following pipeline for video streaming.
But after streaming particular amount of time, I am getting segmentation fault saying
Caught SIGSEGV accessing address 0xb5142000
#0 0xb6c6e276 in ?? ()
#1 0xb6cdf1e8 in ?? ()
#2 0xb6cdf1e8 in ?? ()
spinning. Please run 'gdb gst-launch 1322' to continue debugging, ctrl-c to quit, or ctrl-\ to dump core.
Then I have tried to debug the gst-launch using gdb. I got following information with the gdb
#0 0xb6c6e276 in ?? () from /usr/lib/arm-linux-gnueabihf/libv4lconvert.so.0
#1 0xb6cdf1e8 in ?? () from /usr/lib/arm-linux-gnueabihf/libv4lconvert.so.0
#2 0xb6cdf1e8 in ?? () from /usr/lib/arm-linux-gnueabihf/libv4lconvert.so.0
Backtrace stopped. previous frame identical to this frame( corrupt stack ?).
I have installed the libv4lconvert0 libv4l-0 libv4l-dev packages already. still the same error is showing.
Please help me with this.
Thanks
_______________________________________________ gstreamer-embedded mailing list gstreamer-embedded@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded