Skip to content

Commit

Permalink
Log MediaExtractor entry point to MediaMetrics
Browse files Browse the repository at this point in the history
Signed-off-by: Mayur <[email protected]>
  • Loading branch information
AquilesCanta authored and marshmello61 committed Jun 28, 2021
1 parent 15b3d83 commit 4b78ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ void WifiDisplaySource::PlaybackSession::onSinkFeedback(const sp<AMessage> &msg)

status_t WifiDisplaySource::PlaybackSession::setupMediaPacketizer(
bool enableAudio, bool enableVideo) {
mExtractor = new NuMediaExtractor;
mExtractor = new NuMediaExtractor(NuMediaExtractor::EntryPoint::OTHER);

status_t err = mExtractor->setDataSource(
NULL /* httpService */, mMediaPath.c_str());
Expand Down

0 comments on commit 4b78ac9

Please sign in to comment.