Coding Period (7th June - 16th August)
5th July 2021
- It was decided in weekly meet to refactor code in
_task_enter
function as lot of it was being reused in reconfig function.
6th July 2021
7th July 2021
- Added function to factor out part that created stream id and pushed stream start.
8th July 2021
- Added function to factor out part that retrieved the supported caps, then fixated
the caps and also configured the stream.
- Submitted for review, got a few nitpicks, other than will work on refactoring further.
9th July 2021
- Added function to factor out negotiation
10th July 2021
- Added function to implement reconfig functionality.
11th July 2021
- A few issues came up with the reconfig code that was implemented, tried to fix them. It was regarding reconfig function getting called twice.
- Submitted the code for review.