khronosfws/openmax_al/src/gst_adaptation/xagstcapabilitiesmgr.c
changeset 42 1fa3fb47b1e3
parent 32 94fc26b6e006
child 53 eabc8c503852
equal deleted inserted replaced
32:94fc26b6e006 42:1fa3fb47b1e3
   362         }
   362         }
   363     /* if empty list, then append first node as the head */
   363     /* if empty list, then append first node as the head */
   364     if (!(*ppListHead))
   364     if (!(*ppListHead))
   365         {
   365         {
   366         *ppListHead = firstNode;
   366         *ppListHead = firstNode;
   367         }DEBUG_API("<-XAGSTCapabilitiesMgr_UpdateCapabilitieList");
   367         }
       
   368     DEBUG_API("<-XAGSTCapabilitiesMgr_UpdateCapabilitieList");
   368     return res;
   369     return res;
   369     }
   370     }
   370 
   371 
   371 XAresult XAGSTCapabilitiesMgr_GetAudioAACEncoderCapabilities(
   372 XAresult XAGSTCapabilitiesMgr_GetAudioAACEncoderCapabilities(
   372         XACapabilities **ppNode)
   373         XACapabilities **ppNode)