Module: wine Branch: master Commit: 12f1afbffed35cf9dcc18f5dbf33633aa9a7d2ed URL: https://source.winehq.org/git/wine.git/?a=commit;h=12f1afbffed35cf9dcc18f5db...
Author: Derek Lesho dlesho@codeweavers.com Date: Fri Oct 30 10:58:14 2020 -0500
winegstreamer: Implement IMFMediaSource::Start.
Signed-off-by: Derek Lesho dlesho@codeweavers.com Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mfplat/tests/mfplat.c | 8 +- dlls/winegstreamer/gst_private.h | 1 + dlls/winegstreamer/media_source.c | 307 +++++++++++++++++++++++++++++++++++++- dlls/winegstreamer/mfplat.c | 130 ++++++++++++++++ 4 files changed, 438 insertions(+), 8 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=12f1afbffed35cf9dcc18...