Sweden-Number/dlls/winegstreamer
Zebediah Figura c38fcd19b3 winegstreamer: Explicitly store a GstCaps pointer in the parser_source structure.
gst_pad_get_current_caps() is not guaranteed to return the updated caps when
GST_EVENT_CAPS is handled by the event handler, or even after
gst_pad_event_default(). The actual implementation of gst_pad_send_event() in
fact sets it later. Avoid a potential race condition by using our own caps
pointer.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-01-18 22:46:36 +01:00
..
Makefile.in winegstreamer: Introduce audio conversion transform. 2020-12-03 20:18:39 +01:00
audioconvert.c winegstreamer: Implement Get(Input/Output)CurrentType functions for audio converter transform. 2020-12-04 10:18:45 +01:00
gst_cbs.c winegstreamer: Don't force autoplug_blacklist() onto a Wine thread. 2021-01-15 16:14:33 +01:00
gst_cbs.h winegstreamer: Don't force autoplug_blacklist() onto a Wine thread. 2021-01-15 16:14:33 +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: Unify the decodebin parser definitions under the name "decodebin_parser". 2021-01-18 22:46:36 +01:00
gstdemux.c winegstreamer: Explicitly store a GstCaps pointer in the parser_source structure. 2021-01-18 22:46:36 +01:00
main.c winegstreamer: Unify the decodebin parser definitions under the name "decodebin_parser". 2021-01-18 22:46:36 +01:00
media_source.c winegstreamer: Clean up a newly allocated buffer on error in bytestream_wrapper_pull(). 2020-12-07 22:35:29 +01:00
mfplat.c winegstreamer: Register the audio conversion transform. 2020-12-03 20:18:39 +01:00
rsrc.rc
winegstreamer.rgs
winegstreamer.spec
winegstreamer_classes.idl winegstreamer: Unify the decodebin parser definitions under the name "decodebin_parser". 2021-01-18 22:46:36 +01:00