mohamadDev / aforge

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

Enhancement to disable reference clock on DirectShow graphs #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To process video files as fast as the application possibly can, the
reference clock on the directshow graph can be disabled.  This causes the
graph to produce samples as fast as it possibly can.

-Added three new files: IMediaFilter, IPersist and IReferenceClock
implementing the directshow interface interop defs.
-Modified FileVideoSource to expose new property ReferenceClockEnabled

Let me know if you have questions.  Patch was produced using trunk sources
from 5/1/2010.

Original issue reported on code.google.com by kid...@gmail.com on 2 May 2010 at 7:36

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 10 May 2010 at 3:08

GoogleCodeExporter commented 9 years ago
Merged.

Will be release in 2.1.3 version. Committed in 1246 revision.

Thank you very much for your contribution and sharing the code, I appreciate 
it. The 
feature is really nice.

Original comment by andrew.k...@gmail.com on 10 May 2010 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 5 Jul 2010 at 1:26