diff options
| author | Glenn Kasten <gkasten@google.com> | 2011-08-29 14:32:10 -0700 |
|---|---|---|
| committer | Glenn Kasten <gkasten@google.com> | 2011-09-01 15:56:16 -0700 |
| commit | 60ca9f9ef02f6e486c3338cb811f603dd7825c05 (patch) | |
| tree | 122493d520bc1f415fd35fbe89df2628c63f1c49 /src/sl_iid.c | |
| parent | ab1ca1ef7f562e669a501ec875ec3a1a184746cd (diff) | |
| download | android_frameworks_wilhelm-60ca9f9ef02f6e486c3338cb811f603dd7825c05.tar.gz android_frameworks_wilhelm-60ca9f9ef02f6e486c3338cb811f603dd7825c05.tar.bz2 android_frameworks_wilhelm-60ca9f9ef02f6e486c3338cb811f603dd7825c05.zip | |
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
Diffstat (limited to 'src/sl_iid.c')
| -rw-r--r-- | src/sl_iid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sl_iid.c b/src/sl_iid.c index 8f2adb0..0207899 100644 --- a/src/sl_iid.c +++ b/src/sl_iid.c @@ -80,7 +80,7 @@ const SLInterfaceID SL_IID_ANDROIDSIMPLEBUFFERQUEUE = &SL_IID_array[MPH_ANDROIDS // Android API level 12 extended interfaces // GUID and MPH are shared by SL and XA -const SLInterfaceID SL_IID_ANDROIDBUFFERQUEUE = &SL_IID_array[MPH_ANDROIDBUFFERQUEUE]; +const SLInterfaceID SL_IID_ANDROIDBUFFERQUEUESOURCE = &SL_IID_array[MPH_ANDROIDBUFFERQUEUESOURCE]; #ifdef __cplusplus } |
