Zebediah Figura : winegstreamer: Fix registration for the WAVE parser.

Alexandre Julliard julliard at winehq.org
Fri Sep 20 15:54:42 CDT 2019


Module: wine
Branch: master
Commit: 28c334b273c7acf6bcb79fe36999e442a9d3b48c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=28c334b273c7acf6bcb79fe36999e442a9d3b48c

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Sep 19 18:59:34 2019 -0500

winegstreamer: Fix registration for the WAVE parser.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winegstreamer/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winegstreamer/main.c b/dlls/winegstreamer/main.c
index 8503f9c7ab..1056d0d667 100644
--- a/dlls/winegstreamer/main.c
+++ b/dlls/winegstreamer/main.c
@@ -206,7 +206,7 @@ static const AMOVIESETUP_PIN wave_parser_pin_data[] =
     },
     {
         NULL,
-        FALSE, FALSE, FALSE, FALSE,
+        FALSE, TRUE, FALSE, FALSE,
         &GUID_NULL,
         NULL,
         ARRAY_SIZE(wave_parser_source_type_data),




More information about the wine-cvs mailing list