Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 080e9770 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add case for MEDIA_STARTED"

parents d80c34a3 7a6adc8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -949,6 +949,9 @@ void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj)
        mVideoWidth = ext1;
        mVideoHeight = ext2;
        break;
    case MEDIA_STARTED:
        ALOGV("Received media started message");
        break;
    case MEDIA_NOTIFY_TIME:
        ALOGV("Received notify time message");
        break;