ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

DirectDraw Video Sink Freeze #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you run pipeline-start-stop test app, eventually the app will freeze on 
you.

Attaching a debugger and pausing the app shows there is 1 thread on line 
1561 of gstdirectdrawsink.c (DispatchMessage() call) and another thread on 
line 3573 of gstplaybin2.c (GST_ELEMENT_CLASS (parent_class)->change_state 
(element, transition)).

It appears to be in a deadlock.

Andoni, I could use some help tracking down the issue.

Original issue reported on code.google.com by david.g.hoyt on 15 May 2010 at 10:07

GoogleCodeExporter commented 9 years ago
Honestly I don't care much about this anymore since d3dvideosink seems more 
solid these days for my use...

Original comment by david.g.hoyt on 23 Mar 2011 at 8:46