-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Baresip SIP-call VideoSink #224
base: main
Are you sure you want to change the base?
Conversation
Test Results Linux 1 files ± 0 1 suites ±0 10m 21s ⏱️ - 1m 48s Results for commit 94c7311. ± Comparison against base commit 5406509. This pull request removes 19 and adds 122 tests. Note that renamed tests count towards both.
This pull request removes 5 skipped tests and adds 27 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
* added one more constructor which takes offsetvalue * refactored * intialized the nextPtrOffset * refactoring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some cleanup and small changes required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes seem ok
#220) * Basic commit * overlaydatainfo class * added FrameContainerQueueOverlayAdapter class * Updated the module - zaki * added basic test and serialization * updated the overlay * serialization working - Not implemented deserialization completely * serliazation and deserilization working without save and load * updated the visitor and composite class * Added the overlayFactory pattern for the overlay * implemented Builder pattern * added internal seriliaze function for composite * seriliazation and deserialization working * Updated the seriliazeVisitor pattern * 1. Fixed the compositeOverlay primitiveType issue. 2. Serialization and deserialization working. Test passing. * implemented draw visitor and did some refactoring * refactored Overlay Module and tests * draw function working * Updated MotionExtrator module to use generic OverlayModule * removed the adapter changes * removed extra spaces * diabled simultaneous read write test * Updated the getSerialize function name * Updated the test --------- Co-authored-by: venkat0907 <[email protected]>
Test Results Linux-CudaT 1 files ± 0 1 suites ±0 10m 22s ⏱️ - 1m 48s Results for commit 94c7311. ± Comparison against base commit 5406509. This pull request removes 26 and adds 159 tests. Note that renamed tests count towards both.
This pull request removes 12 skipped tests and adds 64 skipped tests. Note that renamed tests count towards both.
This pull request skips 1 test.
|
@Vinayak-YB please create a new branch with these changes so that we can quickly review and merge. This one is pretty old, it will be difficult to review this. |
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #223
Description
In this pr baresip and lib_re libraries are added as submodules in thirdparty. A sip call video sink module is written and working fine. Also a webrtc module which works on v4l2 source is included.
In base/SIP a readme for sip video call demo is added.
Type
Type Choose one: Feature
Checklist