Module: wine Branch: master Commit: f46fe6d3717f720850f3e2beb12596637bb197a0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f46fe6d3717f720850f3e2beb...
Author: Zebediah Figura z.figura12@gmail.com Date: Tue Sep 24 19:10:11 2019 -0500
strmbase: Rename pfnGetMediaType() to pin_get_media_type().
And remove the unnecessary calling convention.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/qcap/avico.c | 21 ++++++--------------- dlls/qcap/avimux.c | 11 +++-------- dlls/qcap/smartteefilter.c | 12 ++++++------ dlls/qcap/vfwcapture.c | 4 ++-- dlls/quartz/filesource.c | 4 ++-- dlls/strmbase/mediatype.c | 4 ++-- dlls/strmbase/pin.c | 2 +- dlls/strmbase/renderer.c | 2 +- dlls/strmbase/transform.c | 6 +++--- dlls/winegstreamer/gstdemux.c | 12 ++++++------ dlls/wineqtdecoder/qtsplitter.c | 6 +++--- include/wine/strmbase.h | 7 ++----- 12 files changed, 37 insertions(+), 54 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f46fe6d3717f720850f3e...