VideoWrapperTransitPtr VLCManager::createVideoWrapper(void) const
{
    return VideoWrapperTransitPtr(VLCVideoWrapper::create());
}
VideoWrapperTransitPtr DirectShowManager::createVideoWrapper(void) const
{
    VideoWrapperUnrecPtr Video(DirectShowVideoWrapper::create());
	return VideoWrapperTransitPtr(Video.get());
}