blob: c4f14a9f81cc36a8dc2ad07103bcdfc492388410 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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");
|