khronosfws/openmax_al/src/gst_adaptation/xagstcapabilitiesmgr.c
changeset 33 5e8b14bae8c3
parent 28 ebf79c79991a
child 53 eabc8c503852
equal deleted inserted replaced
28:ebf79c79991a 33:5e8b14bae8c3
   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)