Hi All,<br><br>I want to construct pipeline, so that it can combine video and image data and display it on screen. I'm using below pipeline. If I run either image or video individual with videomixer its running fine. But when I combine this, same gives segmentation fault (Corrupt stack).<br>
<br>gst-launch  -v \<br>    videomixer name=mix \<br>    ! xvimagesink sync=false \<br>    filesrc location=Sample.mp4 \<br>    ! qtdemux \<br>    ! legacyh264parse ! ffdec_h264 \<br>    ! mix. \<br>    filesrc location=Sample.png \<br>
    ! pngdec ! ffmpegcolorspace \<br>    ! imagefreeze ! mix. <br><br clear="all">Can anyone tell me what am I missing here? <br><br>-- <br>Regards,<br>Rajnikant Jachak.<br><br>The pessimist sees difficulty in every opportunity. The optimist sees the opportunity in every difficulty.