Hi Marc,<br><br>While writing an application equivalent to the below pipeline. The pipeline hangs after setting itself to GST_STATE_CHANGE_ASYNC. I do wait state change using gst_element_get_state.<br><br>gst-launch filesrc location=collateral.ts ! tee name=splitter  \<br>
<div class="h5">splitter.  ! queue  ! mpegtsparse ! rtpmp2tpay ! udpsink host=226.226.226.100 port=2266 \<br>
  splitter.  ! queue  ! mpegpsdemux  ! fakesink sync=TRUE<br><br>Whenever I am adding the branch containing demux, fakesink the pipeline never changes its state to PLAYING.<br>I add the fakesink element in the &quot;pad-added&quot; signal callback function.<br>
<br>I individually request src pads &amp; then connect separately to mpegtsparse sinkpad and also to mpegtsdemux sinkpad.<br><br>Can someone hint if the method am following is proper? or is there any obvious mistake..<br>
<br>Thanks,<br>Jyoti<br></div><br><div class="gmail_quote">On Mon, Nov 16, 2009 at 5:38 PM, Jyoti <span dir="ltr">&lt;<a href="mailto:jyoti.d@allaboutif.com">jyoti.d@allaboutif.com</a>&gt;</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;">
Thanks Marc. It worked..<br><br><br><div class="gmail_quote"><div><div></div><div class="h5">On Mon, Nov 16, 2009 at 4:31 PM, Marc Leeman <span dir="ltr">&lt;<a href="mailto:marc.leeman@gmail.com" target="_blank">marc.leeman@gmail.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
<div>&gt; Thanks for the reply. I did add sync=true on udpsink but there is no change.<br>
&gt; Is there any other method where I can stream properly.<br>
<br>
</div>this should work:<br>
<br>
gst-launch \<br>
  filesrc location=ksc_062707_sts117_launch_1080i-29-97.ps.mpg \<br>
  ! tee name=splitter  \<br>
  ! queue \<br>
  ! udpsink host=226.226.226.100 port=2266 \<br>
  splitter. \<br>
  ! queue \<br>
  ! mpegpsdemux \<br>
  ! fakesink sync=True<br>
<font color="#888888"><br>
<br>
--<br>
  greetz, marc<br>
It&#39;s hard to think of you as the end result of millions of years of evolution.<br>
crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux<br>
</font><br></div></div>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.6 (GNU/Linux)<br>
<br>
iD8DBQFLATDxUQpj09NWLeERAm96AJ9Q4WEdjwnf9PNIGI3q/76+KlcXPACgx5pW<br>
eQZyTWAF8j8/4uiaOmo/9eo=<br>
=gWM9<br>
-----END PGP SIGNATURE-----<div class="im"><br>
<br>------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>
what you do best, core application coding. Discover what&#39;s new with<br>
Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></div></blockquote></div><br>
</blockquote></div><br>