ack, I'll apply
On Tue, May 12, 2015 at 2:51 PM, Lukas Venhoda <lvenhoda@xxxxxxxxxx> wrote:
Commit No. 63bf00275769928850113b4df205df08d6303b45 changed number of
arguments of function playback_stop(), and didn't change call of this
function on line 628.
This would break building when using --with-audio=gstreamer
---
gtk/spice-gstaudio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gtk/spice-gstaudio.c b/gtk/spice-gstaudio.c
index 99d12b1..1623421 100644
--- a/gtk/spice-gstaudio.c
+++ b/gtk/spice-gstaudio.c
@@ -625,7 +625,7 @@ static gboolean spice_gstaudio_get_playback_volume_info_finish(SpiceAudio *audio
if (fake_channel) {
SPICE_DEBUG("Stop faked PlaybackChannel");
- playback_stop(NULL, audio);
+ playback_stop(SPICE_GSTAUDIO(audio));
}
if (mute != NULL) {
--
2.4.0
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel
--
Marc-André Lureau
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel