[rygel] core: Error on 'background' request for streams



commit 9c94c8fac1e1bc0389d1028ceecc329860ab0a56
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Aug 19 18:24:40 2010 +0300

    core: Error on 'background' request for streams
    
    Throw an error on 'background' download request for streaming content.
    This satisfies DLNA requirement 7.4.49.4.

 src/rygel/rygel-http-get.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/rygel-http-get.vala b/src/rygel/rygel-http-get.vala
index 5f16859..8a02a25 100644
--- a/src/rygel/rygel-http-get.vala
+++ b/src/rygel/rygel-http-get.vala
@@ -136,6 +136,7 @@ internal class Rygel.HTTPGet : HTTPRequest {
 
             break;
         case "Interactive":
+        case "Background":
             incorrect =  this.handler is HTTPTranscodeHandler ||
                          (this.item.should_stream () &&
                           this.subtitle == null &&



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]