Zebediah Figura : winegstreamer: Set bFixedSizeSamples in amt_from_gst_caps_audio().

Alexandre Julliard julliard at winehq.org
Tue Sep 17 16:22:48 CDT 2019


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Sep 16 19:29:44 2019 -0500

winegstreamer: Set bFixedSizeSamples in amt_from_gst_caps_audio().

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

---

 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 9160d12a5a..9abb7bd289 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;
 




More information about the wine-cvs mailing list