[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "media" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Jun 20 16:14:20 CDT 2011


branch "media" has been updated
       via  8508ac568a89f2c64c1bdbd26e200ec5c79b94d3 (commit)
      from  6c301dcd45e664fa3b31e981d1ec4f7889aa5559 (commit)

Summary of changes:
 AsteriskSCF/Media/MediaIf.ice |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 8508ac568a89f2c64c1bdbd26e200ec5c79b94d3
Author: Joshua Colp <jcolp at digium.com>
Date:   Mon Jun 20 18:14:02 2011 -0300

    After further thought I have decided to stop using ice_id() and use the name field instead.

diff --git a/AsteriskSCF/Media/MediaIf.ice b/AsteriskSCF/Media/MediaIf.ice
index 5d7675b..642ed34 100644
--- a/AsteriskSCF/Media/MediaIf.ice
+++ b/AsteriskSCF/Media/MediaIf.ice
@@ -298,8 +298,10 @@ module V1
     ["visitor:FormatVisitor"] class Format
     {
         /**
-         * A string containing a human readable name for the format, this may not be unique and is
-         * only meant to be used in logging and event messages.
+         * A string containing a name for the format, this should be unique to the specifications of the format
+         * and is used to do a baseline comparison of two formats to decide if they contain similar details.
+         *
+         * This *must* be populated.
          */
         string name;
 

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list