Hi
We wrote a program to executing the following pipeline
gst-launch-0.10 -v udpsrc multicast-group="239.255.255.6" multicast-iface=eth0 uri=udp://239.255.255.6:25040 caps='application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, profile-level-id=(string)\"42400a\",sprop-parameter-sets=(string)\"QkAKlaCxMwEAgA\\=\\=\\,zgfy\\;\", packetization-mode=1' ! rtph264depay ! 'video/x-h264,framerate=(fraction)50/1'! h264parse ! queue ! omx_h264dec ! omx_scaler ! omx_ctrl ! omx_videosink
When ever we execute that program its run/execute properly But problem is when we change the state of pipeline from PLAYING-> to-> NULL and again NULL-> to ->PLAYING at that time its shows a segmentation fault. This error occurred when ever we are using OMX element. So Please replay me as soon as possible how to solve this problem?
Thank You
-Harshal