Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 406859
Collapse All | Expand All

(-)rhythmbox-2.95-orig/backends/gstreamer/rb-player-gst.c (-1 / +3 lines)
Lines 358-364 Link Here
358
		 * volume setting, allowing the sink to restore its own
358
		 * volume setting, allowing the sink to restore its own
359
		 * volume.
359
		 * volume.
360
		 */
360
		 */
361
		e = rb_player_gst_find_element_with_property (mp->priv->audio_sink, "volume");
361
        if (mp->priv->audio_sink)
362
    		e = rb_player_gst_find_element_with_property (mp->priv->audio_sink, "volume");
363
362
		if (e != NULL) {
364
		if (e != NULL) {
363
			mp->priv->volume_applied = 1;
365
			mp->priv->volume_applied = 1;
364
			gst_object_unref (e);
366
			gst_object_unref (e);

Return to bug 406859