khronosfws/openmax_al/src/gst_adaptation/xastreaminformationitfadaptation.c
changeset 31 8dfd592727cb
parent 16 43d09473c595
--- a/khronosfws/openmax_al/src/gst_adaptation/xastreaminformationitfadaptation.c	Thu May 27 13:20:50 2010 +0300
+++ b/khronosfws/openmax_al/src/gst_adaptation/xastreaminformationitfadaptation.c	Wed Jun 23 18:47:10 2010 +0300
@@ -1,20 +1,19 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
-
+ * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Nokia Corporation - initial contribution.
+ *
+ * Contributors:
+ *
+ * Description: StreamInformation Itf Adaptation Source
+ *
+ */
 
 #include "xadebug.h"
 #include "xathreadsafety.h"
@@ -78,9 +77,8 @@
     }
 
     /* Get media container type */
-    DEBUG_INFO_A2("Adaptation Context- ID is [%u] Extended ID[%u]",
-                (unsigned int)adaptCtx->ctxId,
-                (unsigned int)((XAMediaPlayerAdaptationCtx*) adaptCtx)->extendedCtxId);
+    DEBUG_INFO_A1("Adaptation Context- ID is [%u] ",
+                (unsigned int)adaptCtx->ctxId );
 
     /* Initialize to unspecified */
     *containerType = XA_CONTAINERTYPE_UNSPECIFIED;