forked from JumpingYang001/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simple Default ObjC video codec factories.
Move the simple video encoder/decoder factory from AppRTCMobile into the public API so users who don't have special requirements for video codecs can easily get started. Also clean up the API a little. This CL replaces the more flexible default factories in https://webrtc-review.googlesource.com/c/src/+/7741 and clients that want to implement their own codecs will have to supply their own encoder/decoder factories as well. The benefits of the approach in this CL are a simpler API and less effects on the rest of the code. Bug: None Change-Id: I4ed94090d778b4fc38b49864de1d4de4ff125d6a Reviewed-on: https://webrtc-review.googlesource.com/15141 Reviewed-by: Kári Helgason <[email protected]> Reviewed-by: Magnus Jedvert <[email protected]> Commit-Queue: Anders Carlsson <[email protected]> Cr-Commit-Position: refs/heads/master@{#20441}
- Loading branch information
Anders Carlsson
authored and
Commit Bot
committed
Oct 26, 2017
1 parent
a056599
commit 30915a7
Showing
9 changed files
with
56 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters