-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR:../gst/playback/gstplaybin3.c:2617:reconfigure_output: assertion failed: (combine->sinkpad == NULL) #1617
Comments
Looks like a GStreamer bug |
Looks to be fixed in GStreamer 1.24.3 |
Looks that crash is triggered by invalid audio file, but I have in my collection, only valid files(this crashes randomly once, not each time with same configurations) I think, that there might be also a bug in strawberry, that activated this crash. |
I suspect it might be related to the same bug. GStreamer 1.24.2 is too old, so this should be tested with a newer version of GStreamer first to see if it's still an issue. Check with Ubuntu if there is a PPA or something you can try to get a newer GStreamer version. |
The |
18f835d should fix the |
gst/playback/gstplaybin3.c
Describe the bug
When playing music, randomly(and rarely, maybe 1 time per month) strawberry crashes
just before crash I see in logs "Internal data stream error" and other errors, that can be related to this bug
Maybe it would be useful if the application was also available in compiled form with address sanitizer to catch bugs faster?
To Reproduce
Not really reproducible - happens too rarely
System Information:
The text was updated successfully, but these errors were encountered: