[rygel] renderer: Fix typo in initial state variables notify



commit c6038db34f66b416b84bd7cb756767b380a9574f
Author: Jens Georg <jensg openismus com>
Date:   Sun Dec 2 01:18:51 2012 +0100

    renderer: Fix typo in initial state variables notify

 src/librygel-renderer/rygel-av-transport.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/librygel-renderer/rygel-av-transport.vala b/src/librygel-renderer/rygel-av-transport.vala
index 7feabd4..0a59cab 100644
--- a/src/librygel-renderer/rygel-av-transport.vala
+++ b/src/librygel-renderer/rygel-av-transport.vala
@@ -172,7 +172,7 @@ internal class Rygel.AVTransport : Service {
         log.log ("TransportPlaySpeed",           this.speed);
         log.log ("RecordMediumWriteStatus",      "NOT_IMPLEMENTED");
         log.log ("CurrentRecordQualityMode",     "NOT_IMPLEMENTED");
-        log.log ("PossibleRecordQualityMode",    "NOT_IMPLEMENTED");
+        log.log ("PossibleRecordQualityModes",   "NOT_IMPLEMENTED");
         log.log ("NumberOfTracks",               this.controller.n_tracks.to_string ());
         log.log ("CurrentTrack",                 this.controller.track.to_string ());
         log.log ("CurrentTrackDuration",         this.player.duration_as_str);



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