[rygel] core: Use new GUPnP API
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Use new GUPnP API
- Date: Tue, 13 Sep 2011 19:17:14 +0000 (UTC)
commit ef528686190edeaa99604d5ac8800485f5631ab7
Author: Jens Georg <mail jensge org>
Date: Tue Sep 13 21:15:09 2011 +0200
core: Use new GUPnP API
configure.ac | 2 +-
src/rygel/rygel-main.vala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b928b90..ab3a41b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ GUPNP_AV_MAX_VERSION=0.10.9999
GUPNP_AV_REQUIRED=0.9.0
GUPNP_DLNA_MAX_VERSION=0.6.9999
GUPNP_DLNA_REQUIRED=0.5.0
-GUPNP_VALA_REQUIRED=0.9.0
+GUPNP_VALA_REQUIRED=0.10.2
GSTREAMER_REQUIRED=0.10.35
GSTPBU_REQUIRED=0.10.35
GIO_REQUIRED=2.26
diff --git a/src/rygel/rygel-main.vala b/src/rygel/rygel-main.vala
index 70a25a4..fc8fbc8 100644
--- a/src/rygel/rygel-main.vala
+++ b/src/rygel/rygel-main.vala
@@ -113,7 +113,7 @@ public class Rygel.Main : Object {
port = this.config.get_port ();
} catch (GLib.Error err) {}
- var manager = new ContextManager (null, port);
+ var manager = ContextManager.create (port);
manager.context_available.connect (this.on_context_available);
manager.context_unavailable.connect (this.on_context_unavailable);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]