bug in D3DVideoSink?

Sebastian Dröge sebastian at centricular.com
Sat Mar 8 05:57:11 PST 2014


On Fr, 2014-03-07 at 17:35 +0100, Eric Trousset wrote:
> Hi,
> I was able to play a media again if I close the window by hand.
> 
> 1)
> mPipeline = GST_PIPELINE(gst_element_factory_make("playbin", NULL));
> g_object_set(G_OBJECT(mPipeline),"uri", "file:///c:/amedia.ts", NULL);
> gst_element_set_state(GST_ELEMENT(mPipeline), GST_STATE_PLAYING);
> 
> the media is playing
> 2)
> then calling
> gst_element_set_state(GST_ELEMENT(mPipeline), GST_STATE_NULL);
> 
> the media stop playing, but the window is still there
> 3)
> gst_element_set_state(GST_ELEMENT(mPipeline), GST_STATE_PLAYING);
> 
> error, not playing any more.
> 
> Now, if I close the window before doing 3, the media plays again;
> I'll try to produce logs on Monday.

Also please file a bug in Bugzilla about this, providing simple steps to
reproduce the problem. This is something that definitely needs to be
fixed.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140308/2c3165c2/attachment.pgp>


More information about the gstreamer-devel mailing list