Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
76647da2
authored
Apr 21, 2021
by
olly
Committed by
Oliver Woodman
Apr 21, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove deprecated ExtractorMediaSource
PiperOrigin-RevId: 369635363
parent
2e5a616f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
RELEASENOTES.md
library/core/src/main/java/com/google/android/exoplayer2/source/ExtractorMediaSource.java
library/core/src/main/java/com/google/android/exoplayer2/source/ProgressiveMediaSource.java
RELEASENOTES.md
View file @
76647da2
...
@@ -85,6 +85,7 @@
...
@@ -85,6 +85,7 @@
module instead.
module instead.
*
Remove
`DefaultMediaSourceEventListener`
. Use
`MediaSourceEventListener`
*
Remove
`DefaultMediaSourceEventListener`
. Use
`MediaSourceEventListener`
instead.
instead.
*
Remove
`ExtractorMediaSource`
. Use
`ProgressiveMediaSource`
instead.
*
Remove
*
Remove
`NotificationUtil.createNotificationChannel(Context, String, int, int)`
.
`NotificationUtil.createNotificationChannel(Context, String, int, int)`
.
Use
`createNotificationChannel(Context, String, int, int, int)`
Use
`createNotificationChannel(Context, String, int, int, int)`
...
...
library/core/src/main/java/com/google/android/exoplayer2/source/ExtractorMediaSource.java
deleted
100644 → 0
View file @
2e5a616f
This diff is collapsed.
Click to expand it.
library/core/src/main/java/com/google/android/exoplayer2/source/ProgressiveMediaSource.java
View file @
76647da2
...
@@ -265,8 +265,7 @@ public final class ProgressiveMediaSource extends BaseMediaSource
...
@@ -265,8 +265,7 @@ public final class ProgressiveMediaSource extends BaseMediaSource
private
boolean
timelineIsLive
;
private
boolean
timelineIsLive
;
@Nullable
private
TransferListener
transferListener
;
@Nullable
private
TransferListener
transferListener
;
// TODO: Make private when ExtractorMediaSource is deleted.
private
ProgressiveMediaSource
(
/* package */
ProgressiveMediaSource
(
MediaItem
mediaItem
,
MediaItem
mediaItem
,
DataSource
.
Factory
dataSourceFactory
,
DataSource
.
Factory
dataSourceFactory
,
ProgressiveMediaExtractor
.
Factory
progressiveMediaExtractorFactory
,
ProgressiveMediaExtractor
.
Factory
progressiveMediaExtractorFactory
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment