[PATCH 2/5] winegstreamer: Set bFixedSizeSamples in amt_from_gst_caps_audio().

Zebediah Figura z.figura12 at gmail.com
Mon Sep 16 19:29:44 CDT 2019


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/winegstreamer/gstdemux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c
index 9160d12a5a5..9abb7bd2894 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/gstdemux.c
@@ -138,7 +138,7 @@ static gboolean amt_from_gst_caps_audio(const GstCaps *caps, AM_MEDIA_TYPE *amt)
     amt->formattype = FORMAT_WaveFormatEx;
     amt->pbFormat = (BYTE*)wfe;
     amt->cbFormat = sizeof(*wfe);
-    amt->bFixedSizeSamples = 0;
+    amt->bFixedSizeSamples = TRUE;
     amt->bTemporalCompression = 1;
     amt->pUnk = NULL;
 
-- 
2.23.0




More information about the wine-devel mailing list