Sweden-Number/dlls/winegstreamer
Zebediah Figura ddf3b93ac1 winegstreamer: Don't try to convert duration from byte length.
This effectively reverts 613446d018.

Duration and convert queries, in general, appear to be handled by the first
upstream element that knows how. If two different elements respond to each
query, we may treat the byte duration of the whole file as if it were the
duration of a single stream, or treat an undecoded byte duration as if it were a
decoded byte duration.

The aforementioned commit was written in order to ensure that we receive a valid
duration for test.mp3 in quartz_test.exe, and is obviated by the previous
patches which retry duration queries until successful (or EOS).

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51126
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-22 13:16:47 +02:00
..
Makefile.in winegstreamer: Use nameless unions. 2021-03-24 20:48:21 +01:00
audioconvert.c winegstreamer: Remove some redundant includes. 2021-02-23 09:56:47 +01:00
gst_guids.h winegstreamer: Unify the decodebin parser definitions under the name "decodebin_parser". 2021-01-18 22:46:36 +01:00
gst_private.h winegstreamer: Remove some redundant includes. 2021-02-23 09:56:47 +01:00
main.c winegstreamer: Switch to the quartz debug channel. 2021-07-19 12:16:12 +02:00
media_source.c winegstreamer: Use consistent trace format for MF objects. 2021-07-19 12:30:19 +02:00
mfplat.c winegstreamer: Set MF_MT_ALL_SAMPLES_INDEPENDENT for audio types. 2021-07-06 17:49:12 +02:00
quartz_parser.c winegstreamer: Switch to the quartz debug channel. 2021-07-19 12:16:12 +02:00
rsrc.rc
wg_parser.c winegstreamer: Don't try to convert duration from byte length. 2021-07-22 13:16:47 +02:00
winegstreamer.rgs
winegstreamer.spec winegstreamer: Don't export DllMain(). 2021-02-23 09:56:55 +01:00
winegstreamer_classes.idl winegstreamer: Unify the decodebin parser definitions under the name "decodebin_parser". 2021-01-18 22:46:36 +01:00