Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: talk/app/webrtc/objc/public/RTCTypes.h

Issue 1790633002: Propagate MediaStreamSource state to video tracks the same way as audio. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@refactor_track
Patch Set: Fix bug with wrong enum values. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « talk/app/webrtc/objc/RTCEnumConverter.mm ('k') | webrtc/api/audiotrack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/objc/public/RTCTypes.h
diff --git a/talk/app/webrtc/objc/public/RTCTypes.h b/talk/app/webrtc/objc/public/RTCTypes.h
index 99ac192c3456029bf6a3632e4ad0374beea1f392..1baa4b506745a10f92e1fc2ee8d033dfafe5883c 100644
--- a/talk/app/webrtc/objc/public/RTCTypes.h
+++ b/talk/app/webrtc/objc/public/RTCTypes.h
@@ -72,8 +72,6 @@ typedef enum {
// RTCTrackState corresponds to the states in webrtc::TrackState.
typedef enum {
- RTCTrackStateInitializing,
RTCTrackStateLive,
RTCTrackStateEnded,
- RTCTrackStateFailed,
} RTCTrackState;
« no previous file with comments | « talk/app/webrtc/objc/RTCEnumConverter.mm ('k') | webrtc/api/audiotrack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698