[gst-devel] 3gp demux plugin working on PC but not on target

Rahul Verma rahul.verma at sasken.com
Tue Jan 6 11:40:36 CET 2009


Hi,

I am developing a 3gp Demux plugin. 

My pipeline is filesrc ! 3gpreader(custom) ! mpeg4decoder(custom) ! xvimagesink. This works properly on the PC. But when I try to run the same pipeline on target

filesrc ! 3gpreader(custom) ! mpeg4decoder(custom) ! v4l2videosink, it does not work. 

I get the following error : 

gst_bus_new:<bus0> created new bus

Caught SIGSEGV accessing address (nil)

Spinning.  Please run 'gdb gst-launch 129' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.

After checking the source files it is while attaching the bus to the pipeline. 

However pipeline 
filesrc ! ffdemux_mov_mp4_m4a_3gp_3g2_mj2 ! mpeg4decoder(custom) ! v4l2videosink works fine with GST_DEBUG=0.

In this pipeline also if I set GST_DEBUG=3/4/5 i get the same SIGSEGV fault at the same point. 

I am stuck here and need some pointers. 

Regards,
Rahul
SASKEN BUSINESS DISCLAIMER
-------------------------
This message may contain confidential, proprietary or legally privileged information. In 
case you are not the original intended Recipient of the message, you must not, directly or 
indirectly, use, Disclose, distribute, print, or copy any part of this message and you are 
requested to delete it and inform the sender. Any views expressed in this message are 
those of the individual sender unless otherwise stated. Nothing contained in this message 
shall be construed as an offer or acceptance of any offer by Sasken Communication 
Technologies Limited ("Sasken") unless sent with that express intent and with due 
authority of Sasken. Sasken has taken enough precautions to prevent the spread of 
viruses. However the company accepts no liability for any damage caused by any virus 
transmitted by this email
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090106/0e65be5b/attachment.htm>


More information about the gstreamer-devel mailing list