summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/directshow/mediaplayer/directshowsamplescheduler.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed mediaservices.Kurt Korbatits2010-05-181-126/+0
|
* Fix crash in direct show media service with mingw and a video surface.Andrew den Exter2010-04-301-3/+2
| | | | | | | | | | | Mingw appears unable to resolve a valid pointer to the IMemInputPin interface from the DirectShowSampleScheduler class when it inherits from QWinEventNotifier. Inheriting from QObject does not have the same problem, so do that instead and connect to the activated signal of a separate instance of QWinEventNotifier. Task-number: 10221 Reviewed-by: Justin McPherson
* Send an EC_COMPLETE event from the video surface filter on end of streamAndrew den Exter2010-02-031-1/+2
| | | | | Otherwise the filter graph won't stop itself as it hasn't received the event from all the output filters.
* Multimedia; Add directshow backendJustin McPherson2010-01-281-0/+126