Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304193 Details for
Bug 406859
media-sound/rhythmbox-2.95: segfault when trying to play song or internet stream
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to prevent segfault
rhythmbox-2.95-fix-segfault.patch (text/plain), 684 bytes, created by
Hans Nieser
on 2012-03-04 09:45:54 UTC
(
hide
)
Description:
patch to prevent segfault
Filename:
MIME Type:
Creator:
Hans Nieser
Created:
2012-03-04 09:45:54 UTC
Size:
684 bytes
patch
obsolete
>diff -ru rhythmbox-2.95-orig/backends/gstreamer/rb-player-gst.c rhythmbox-2.95/backends/gstreamer/rb-player-gst.c >--- rhythmbox-2.95-orig/backends/gstreamer/rb-player-gst.c 2012-01-10 12:46:02.000000000 +0100 >+++ rhythmbox-2.95/backends/gstreamer/rb-player-gst.c 2012-03-04 10:31:03.613714620 +0100 >@@ -358,7 +358,9 @@ > * volume setting, allowing the sink to restore its own > * volume. > */ >- e = rb_player_gst_find_element_with_property (mp->priv->audio_sink, "volume"); >+ if (mp->priv->audio_sink) >+ e = rb_player_gst_find_element_with_property (mp->priv->audio_sink, "volume"); >+ > if (e != NULL) { > mp->priv->volume_applied = 1; > gst_object_unref (e);
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 406859
:
304189
| 304193