<div dir="ltr"> I myself find out where i was missing...thank you very much..<br><br><div class="gmail_quote">On Tue, Aug 5, 2008 at 3:14 PM, Rahul Nikose <span dir="ltr"><<a href="mailto:rahul.nikose@gmail.com">rahul.nikose@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">Hi ,<br> <br> I have wrote on demuxer for mp4 file. When I used it following pipeline <br>
1. Pipeline for playing audio<br> gst-launch filesrc location=/home/rahul/djcrazyfro490601.mp4 ! mp4demuxer ! <br>
decodebin ! audioconvert ! audioresample ! autoaudiosink <br> 2. Pipeline for playing video<br> gst-launch filesrc location=/home/rahul/djcrazyfro490601.mp4 ! mp4demuxer ! <br> decodebin ! ffmpegcolorspace ! videoscale ! autovideosink <br>
<br> It work in both case successfully.<br> Now I want to connect both pipeline so that I am able to play both audio and<br> video simultaneously.<br> <br> So construct pipeline like follows :<br> <u>gst-launch filesrc location=/home/rahul/djcrazyfro490601.mp4 ! mp4demuxer name=demux demux.audio_00 ! decodebin ! audioconvert ! audioresample ! autoaudiosink demux.video_00 ! queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink</u><br>
<br> but I got error saying pushing failed because "not linked"<br> <br> In implementation of demuxer I havan't write anything to support like <u>name=demux demux.audio_00</u> or <u>demux.video_00</u><br>
I also look for same in "qtdemux" but I didn't find any help...<br><br>Can you please help me and suggest me how to resolve this issue...<br>Thank you very much . Have nice time.<br><br> <br><br></div>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks and warm Regards<br>Rahul S. Nikose<br>09739949798<br>
</div>