OSDN Git Service

Rename Android buffer queue GUID for future sink
authorGlenn Kasten <gkasten@google.com>
Mon, 29 Aug 2011 21:32:10 +0000 (14:32 -0700)
committerGlenn Kasten <gkasten@google.com>
Thu, 1 Sep 2011 22:56:16 +0000 (15:56 -0700)
commitc3d6dd225415ac68b1868575e793eb352c7105e2
treed99c5f87e7332ef6782315bedf4c43fe43a436c0
parent700b793089e70f37c0692cfffee272b1b8e020f6
Rename Android buffer queue GUID for future sink

This change will make it easier to have Android buffer queue as a sink in
the future.  For backwards source code compatibility with beta developers,
retain the old name temporarily.  As soon as they have switched to the
new name, we will remove the old name.

Details:
 - rename XA_IID_ANDROIDBUFFERQUEUE to XA_IID_ANDROIDBUFFERQUEUESOURCE
 - rename SL_IID_ANDROIDBUFFERQUEUE to SL_IID_ANDROIDBUFFERQUEUESOURCE
 - rename MPH_ANDROIDBUFFERQUEUE to MPH_ANDROIDBUFFERQUEUESOURCE
 - did not rename the data locators and interface struct,
   as they can be shared across both source and sink
 - did not rename the member field mAndroidBufferQueue in
   CAudioPlayer / CMediaPlayer as that would be a huge change;
   can do that later if necessary
 - the SINK definition will be added later when needed

Change-Id: I36dc01050efb99d4d7802b2ca2b870f4d978ee21
14 files changed:
wilhelm/include/OMXAL/OpenMAXAL_Android.h
wilhelm/include/SLES/OpenSLES_Android.h
wilhelm/src/MPH.h
wilhelm/src/MPH_to.c
wilhelm/src/OpenSLES_IID.c
wilhelm/src/autogen/IID_to_MPH.c
wilhelm/src/classes.c
wilhelm/src/interfaces.c
wilhelm/src/sl_iid.c
wilhelm/src/sles.c
wilhelm/src/xa_iid.c
wilhelm/tests/native-media/jni/native-media-jni.c
wilhelm/tests/sandbox/streamSource/slesTestPlayStream.cpp
wilhelm/tests/sandbox/xaplay.c