<div>Hi all</div><div>I run gstreamer on windows, with version 0.10.28</div><div><br></div><div>I used "glimagesink" as video output on windows and "xvimagesink" on Linux.</div><div><br></div><div>I got winId of QWidget and set winId as output</div>
<div><br></div><div>it worked fine on linux but on windows 7</div><div><br></div><div>I check the code and make sure the problem here</div><div>ret = gst_element_set_state(m_pipeline, GST_STATE_NULL);</div><div>When I attempt to stop the pipeline, it will down...</div>
<div><br></div><div>who can give some tips about it~</div><div>Thanks~</div><div><br></div><div>by the way, is there any other output can be used on windows?</div><div>I have tried that dshowvideosink and autovideosink, don't work</div>