mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Remove stale TODO
It says RTSP doesn't support this in the javadoc. PiperOrigin-RevId: 551541942
This commit is contained in:
parent
bd6a36033e
commit
5ba0ec9b40
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ public final class RtspMediaSource extends BaseMediaSource {
|
|||
/** Does nothing. {@link RtspMediaSource} does not support error handling policies. */
|
||||
@Override
|
||||
public Factory setLoadErrorHandlingPolicy(LoadErrorHandlingPolicy loadErrorHandlingPolicy) {
|
||||
// TODO(internal b/172331505): Implement support.
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue