summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/helpers/directshowglobal.h
Commit message (Collapse)AuthorAgeFilesLines
* DirectShow: Add generic logging category for the DirectShow pluginChristian Strømme2016-11-151-0/+7
| | | | | Change-Id: I38cee48cc85baa5ad5e42e03f8cb05eab1287566 Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
* DirectShow: refactor custom renderer filterYoann Lopes2016-07-061-0/+150
Refactor out some of the filter and pin logic into the DirectShowBaseFilter and DirectShowPin abstract classes. This will avoid code duplication when implementing the probe filter. The existing source filter (for qrc files) can also be refactored to use these abstract classes. Change-Id: Iaf141472dea82579ad085b3318624f9a57aa46d8 Reviewed-by: Christian Stromme <christian.stromme@qt.io>