OSDN Git Service

Bug 5198051 MediaPlayer StreamInformation various
authorGlenn Kasten <gkasten@google.com>
Sun, 21 Aug 2011 17:50:06 +0000 (10:50 -0700)
committerGlenn Kasten <gkasten@google.com>
Mon, 22 Aug 2011 21:18:59 +0000 (14:18 -0700)
commita51725b1ff3abcd30c929a014e3961df2c0fb8a4
tree9d2403d7c6ebb0a990089f48dd5bcd526631aa98
parentaca0e2996eeb6af7105466bb895ab9df494b09f6
Bug 5198051 MediaPlayer StreamInformation various

Fix uninitialized field frameRate.

QueryMediaContainerInformation returns XA_RESULT_PARAMETER_INVALID if
info is NULL, otherwise it copies the information via the info pointer,
and returns XA_RESULT_SUCCESS.

QueryStreamName returns XA_RESULT_FEATURE_UNSUPPORTED.

Simplify RegisterStreamChangeCallback.

Change-Id: I261ac0c053be0de7bac5fc80661b979f7f9c84b6
wilhelm/src/android/MediaPlayer_to_android.cpp
wilhelm/src/itf/IStreamInformation.c