Author: ygrego Date: 2015-04-01 12:33:31 +0000 (Wed, 01 Apr 2015) New Revision: 1016 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1016 Log: Verify if playState can be equals to UNREALIZED, modification effectued in method "setChannel". Modified: oipf/js/impl/VideoBroadcastObject.js Modified: oipf/js/impl/VideoBroadcastObject.js =================================================================== --- oipf/js/impl/VideoBroadcastObject.js 2015-04-01 12:28:25 UTC (rev 1015) +++ oipf/js/impl/VideoBroadcastObject.js 2015-04-01 12:33:31 UTC (rev 1016) @@ -644,7 +644,7 @@ */ setChannel: function(channel, trickplay, contentAccessDescriptorURL) { - if (this.playState >= this._CONNECTING && this.playState <= this._STOPPED && channel) { + if (this.playState >= this._UNREALIZED && this.playState <= this._STOPPED && channel) { if (channelUtils.verifyASuitableTunerAvailable(channel.idType, this) && channel.idType != 41) { this._timeout()
participants (1)
-
ygregoï¼ users.nuiton.org