[rygel] Revert "core: Add pupnp-based clients to V1 downgrade"
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] Revert "core: Add pupnp-based clients to V1 downgrade"
- Date: Sat, 3 Mar 2012 09:31:02 +0000 (UTC)
commit 548290da3ba99eb000e93029a9a7738641c49d49
Author: Jens Georg <mail jensge org>
Date: Sat Mar 3 10:40:47 2012 +0200
Revert "core: Add pupnp-based clients to V1 downgrade"
This reverts commit e20944a983caa11314ffd280ab7ee2a8b73d5957.
VLC 2.0 fixes this, no need for this crude work-around for obsolete versions
data/rygel.conf | 2 +-
src/rygel/rygel-v1-hacks.vala | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/rygel.conf b/data/rygel.conf
index 8667800..0c8c63a 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -75,7 +75,7 @@ allow-deletion=true
# working with Rygel, please file a bug at
# https://bugzilla.gnome.org/enter_bug.cgi?product=Rygel&component=IOP
# so we can include it in future releases.
-#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP_Galaxy S/1.0;Portable SDK for UPnP devices
+#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP_Galaxy S/1.0
# Plugin specific sections
#
diff --git a/src/rygel/rygel-v1-hacks.vala b/src/rygel/rygel-v1-hacks.vala
index c8683df..776ff10 100644
--- a/src/rygel/rygel-v1-hacks.vala
+++ b/src/rygel/rygel-v1-hacks.vala
@@ -30,8 +30,7 @@ using GUPnP;
*/
internal class Rygel.V1Hacks : ClientHacks {
private const string DEFAULT_AGENT = ".*Allegro-Software-WebClient.*|" +
- ".*SEC_HHP_Galaxy S/1\\.0.*|" +
- ".*Portable SDK for UPnP devices.*"
+ ".*SEC_HHP_Galaxy S/1\\.0.*";
private const string DMS = "urn:schemas-upnp-org:device:MediaServer";
private const string DMS_V1 = DMS + ":1";
private const string MATCHING_PATTERN = ".*%s.*";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]