* 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)
if (e != NULL) {
mp->priv->volume_applied = 1;
gst_object_unref (e);