xiaohongwu / aforge

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

Impossible to play some video files with Video.DirectShow #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some video files, which can be played fine using WMP, can be played using 
classes of AForge.Video.DirectShow - failed connection filters error is 
provided.

Original issue reported on code.google.com by andrew.k...@gmail.com on 7 Nov 2007 at 5:28

GoogleCodeExporter commented 8 years ago
The issue was cause by fixing issue 22, which is committed in revision 382. 
Removing 
call of graph's Render() method solves the issue with freezing video after 
screen 
saver, but introduces another issue when playing some video files. The Render() 
method is adding not only renderer filter, but some other filters, which may be 
required. To configure this, a new property was introduced - PreventFreezing, 
which 
allows to select what is requires - freezing preventing removing Render() call 
or 
not preventing leaving it.

Fixed in revision 418. Will be available in 1.5.2 release.

Original comment by andrew.k...@gmail.com on 17 Jan 2008 at 8:39

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 18 Feb 2008 at 12:40

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 19 May 2008 at 6:06