rtpjpegdepay copy_into_unchecked error
Álvaro López López
allopez at gmv.com
Mon Jul 16 07:00:02 PDT 2012
Hi everyone,
I am developing an application involving streaming with some IP cameras which send MJPEG video through the GStreamer pipeline.
I have installed the following packages:
- gnonlin-0.10.17
- gst-ffmpeg-0.10.11
- gst-plugins-base-0.10.36
- gst-plugins-good-0.10.31
- gstreamer-0.10.36
I am connecting to the cameras using pipelines initialized with gst_parse_launch such as:
rtspsrc ! queue ! rtpjpegdepay ! jpegdec ! xvimagesink
rtspsrc ! rtpjpegdepay ! jpegdec ! xvimagesink
rtspsrc ! queue ! rtpjpegdepay ! ffdec_mjpeg ! xvimagesink
rtspsrc ! rtpjpegdepay ! ffdec_mjpeg ! xvimagesink
rtspsrc ! rtpjpegdepay ! ffdec_mjpeg ! ffmpegcolorspace ! xvimagesink
Also, the latency of the rtspsrc is set to 0.
However, I am experiencing too many segmentation faults in the rtpjpegdepay component. This is the GDB backtrace:
#0 copy_into_unchecked (adapter=<value optimized out>, dest=0x9c94bd3e <incomplete sequence \340>, skip=4294967294, size=2) at gstadapter.c:262
#1 0x0195f1d7 in gst_rtp_jpeg_depay_process (depayload=0x8394f90, buf=0x863ba98) at gstrtpjpegdepay.c:678
#2 0x00e11618 in gst_base_rtp_depayload_chain (pad=0x836f3f8, in=0x863ba98) at gstbasertpdepayload.c:350
#3 0x00220abe in gst_pad_push (pad=0x8693380, buffer=0x863ba98) at gstpad.c:4710
#4 0x00206ecc in gst_proxy_pad_chain_default (pad=0x8693d18, buffer=0x863ba98) at gstghostpad.c:261
#5 0x00220abe in gst_pad_push (pad=0x86932a0, buffer=0x863ba98) at gstpad.c:4710
#6 0x00206ecc in gst_proxy_pad_chain_default (pad=0x8693c48, buffer=0x863ba98) at gstghostpad.c:261
#7 0x00220abe in gst_pad_push (pad=0x86be190, buffer=0x863ba98) at gstpad.c:4710
#8 0x04e7c4ee in gst_rtp_pt_demux_chain (pad=0x8692648, buf=0x863ba98) at gstrtpptdemux.c:391
#9 0x00220abe in gst_pad_push (pad=0x86924b8, buffer=0x863ba98) at gstpad.c:4710
#10 0x04e7abb9 in gst_rtp_jitter_buffer_loop (jitterbuffer=0x868f410) at gstrtpjitterbuffer.c:1916
#11 0x00248d32 in gst_task_func (task=0x86b8da8) at gsttask.c:327
#12 0x0024a357 in default_func (tdata=0x8660328, pool=0x8219c08) at gsttaskpool.c:70
#13 0x003f4d0c in ?? () from /lib/libglib-2.0.so.0
#14 0x003f2def in ?? () from /lib/libglib-2.0.so.0
#15 0x002ac96e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#16 0x0105d98e in clone () from /lib/tls/i686/cmov/libc.so.6
Is there anything I could do? Or is it just an unresolved bug?
Thanks in advance,
Alvaro
______________________
This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message
is strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informacion clasificada por su emisor como confidencial
en el marco de su Sistema de Gestion de Seguridad de la
Informacion siendo para uso exclusivo del destinatario, quedando
prohibida su divulgacion copia o distribucion a terceros sin la
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
______________________
More information about the gstreamer-devel
mailing list