Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 654962 Details for
Bug 737424
app-emulation/wine-staging-5.15 - .../work/wine-5.15/dlls/winegstreamer/mf_decode.c:1051:22: error: ‘query’ undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix
fix.patch (text/plain), 497 bytes, created by
Mike Lothian
on 2020-08-16 14:22:38 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Mike Lothian
Created:
2020-08-16 14:22:38 UTC
Size:
497 bytes
patch
obsolete
>diff --git a/dlls/winegstreamer/mf_decode.c b/dlls/winegstreamer/mf_decode.c >index 878b6c8..e3cf120 100644 >--- a/dlls/winegstreamer/mf_decode.c >+++ b/dlls/winegstreamer/mf_decode.c >@@ -1048,7 +1048,7 @@ static HRESULT WINAPI mf_decoder_ProcessInput(IMFTransform *iface, DWORD id, IMF > > drain = gst_query_new_drain(); > gst_pad_peer_query(decoder->input_src, drain); >- gst_query_unref (query); >+ gst_query_unref(drain); > > if (decoder->output_counter || decoder->draining) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 737424
:
654936
|
654938
| 654962