Re: qedit: Implement partially the Sample Grabber filter
Dec. 26, 2009
10:08 a.m.
2009/12/23 Paul Chitescu <paulc(a)voip.null.ro>:
Changelog: qedit: Implement partially the Sample Grabber filter
The IMediaPosition, IMediaSeeking and IQualityControl interfaces are currently not implemented at all. No programs I've tested tried to query them though.
Buffering of samples is also not implemented yet, applications usually install an ISampleGrabberCB callback.
Thread-safety is non-existent in your newly written code. DirectShow uses multiple threads so I would say thread-safety is a requirement, not a nice-to-have. -- Rob Shearman
6024
Age (days ago)
6024
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rob Shearman