Mageia Bugzilla – Attachment 13992 Details for
Bug 32231
guayadeque crashes inside Mageia9 when "enable volume and fader" is activated in settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to try having no warning during build
guayadeque-faderplayer.patch (text/plain), 456 bytes, created by
Philippe Didier
on 2023-09-14 22:32:58 CEST
(
hide
)
Description:
patch to try having no warning during build
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2023-09-14 22:32:58 CEST
Size:
456 bytes
patch
obsolete
>--- a/src/audio/FaderPlaybin.cpp 2021-04-21 21:25:29.000000000 +0200 >+++ b/src/audio/FaderPlaybin.cpp 2023-09-14 15:34:11.717554498 +0200 >@@ -1398,7 +1398,7 @@ > return false; > } > >- m_TeeSrcPad = gst_element_get_request_pad( m_Tee, "src_%u" ); >+ m_TeeSrcPad = gst_element_request_pad_simple( m_Tee, "src_%u" ); > guLogGstPadData( "guFaderPlaybin::AddRecordElement src request pad", m_TeeSrcPad ); > if( m_TeeSrcPad == NULL ) > {
--- a/src/audio/FaderPlaybin.cpp 2021-04-21 21:25:29.000000000 +0200 +++ b/src/audio/FaderPlaybin.cpp 2023-09-14 15:34:11.717554498 +0200 @@ -1398,7 +1398,7 @@ return false; } - m_TeeSrcPad = gst_element_get_request_pad( m_Tee, "src_%u" ); + m_TeeSrcPad = gst_element_request_pad_simple( m_Tee, "src_%u" ); guLogGstPadData( "guFaderPlaybin::AddRecordElement src request pad", m_TeeSrcPad ); if( m_TeeSrcPad == NULL ) {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32231
:
13965
|
13973
|
13974
|
13988
|
13989
|
13990
|
13991
|
13992
|
13993
|
13998
|
14114
|
14148
|
14152
|
14153
|
14157
|
14158
|
14159
|
14160
|
14161
|
14162
|
14163
|
14164
|
14165
|
14166