diff options
Diffstat (limited to 'audio/rhythmbox/files/patch-player_rb-player-gst.c')
| -rw-r--r-- | audio/rhythmbox/files/patch-player_rb-player-gst.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/rhythmbox/files/patch-player_rb-player-gst.c b/audio/rhythmbox/files/patch-player_rb-player-gst.c new file mode 100644 index 000000000000..c4f14a9f81cc --- /dev/null +++ b/audio/rhythmbox/files/patch-player_rb-player-gst.c @@ -0,0 +1,16 @@ +=================================================================== +RCS file: /cvs/gnome/rhythmbox/player/rb-player-gst.c,v +retrieving revision 1.51 +retrieving revision 1.52 +diff -u -r1.51 -r1.52 +--- player/rb-player-gst.c 2005/11/30 08:47:21 1.51 ++++ player/rb-player-gst.c 2005/12/03 10:56:42 1.52 +@@ -782,7 +782,7 @@ + + if (mp->priv->playbin != NULL) { + GParamSpec *volume_pspec; +- GValue val; ++ GValue val = {0,}; + + volume_pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (mp->priv->playbin), + "volume"); |
