-
Notifications
You must be signed in to change notification settings - Fork 477
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
stream list alternative #632
Closed
Closed
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6a8eea3 - Browse repository at this point
Copy the full SHA 6a8eea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8734bb - Browse repository at this point
Copy the full SHA b8734bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e31471 - Browse repository at this point
Copy the full SHA 8e31471View commit details -
use in update_template_streams()
to make it work with the generalized interface, instead of removing only the matching streams and then merging both lists, we remove & add every stream. the old stream is then deallocated and replaced by the newly produced one
Configuration menu - View commit details
-
Copy full SHA for feac4ce - Browse repository at this point
Copy the full SHA feac4ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6653a86 - Browse repository at this point
Copy the full SHA 6653a86View commit details -
expose missing internal method
custom implementations need to have it available
Configuration menu - View commit details
-
Copy full SHA for f161ac1 - Browse repository at this point
Copy the full SHA f161ac1View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6b0aa2d - Browse repository at this point
Copy the full SHA 6b0aa2dView commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55f409f - Browse repository at this point
Copy the full SHA 55f409fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc8b9b - Browse repository at this point
Copy the full SHA 0bc8b9bView commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b2932b3 - Browse repository at this point
Copy the full SHA b2932b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 523c2a9 - Browse repository at this point
Copy the full SHA 523c2a9View commit details
Commits on Jan 8, 2023
-
alternative stream list api and unit tests for the api
Beside some small API rename the main difference is that the list implementation is not responsible for deallocating streams. Calling srtp_stream_list_dealloc() on a list that is not empty results in an error. This also changes the default implementation to be a double linked list making removing items faster.
Configuration menu - View commit details
-
Copy full SHA for 914cb55 - Browse repository at this point
Copy the full SHA 914cb55View commit details
Commits on Jan 10, 2023
-
use cmake to build and run test
This does it in a cross platform manor.
Configuration menu - View commit details
-
Copy full SHA for 7057f25 - Browse repository at this point
Copy the full SHA 7057f25View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.