<div>Hi All, i have created one pipieline with src either neonhttpsrc or gnomevfssrc to play HTTP stream.</div>
<div>&nbsp;</div>
<div>and the main logic lines for seek are:</div>
<div>
<div>&nbsp;</div>
<div>gst_element_set_state (pipeline, GST_STATE_PAUSED);<br>gst_element_seek()</div></div>
<div>gst_element_set_state (pipeline, GST_STATE_PLAYING);<br>gst_element_Get_state().</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>seek return TRUE, But it cannot change the state from PAUSED to PLAYING anymore.</div>
<div>get_state always return GST_STATE_CHANGE_ASYNC. 
<div>I have add wait time for many minutes, but still cannot change to PLAYING.</div></div>
<div>&nbsp;</div>
<div>For local stream instead of http, the state can be changed&nbsp;from PAUSED to PLAYING, </div>
<div>&nbsp;</div>
<div>What&#39;s additioanl steps should i do for http ones?</div>
<div>&nbsp;</div>
<div>THANKS.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>