refresh openwebrtc on multipath#1
Merged
balazskreith merged 120 commits intomultipath-rtp:masterfrom Sep 13, 2015
Merged
Conversation
this renames the source jar to -sources, and builds a source jar for the bridge as well javadocs are now generated for the bridge as well, and all javadocs are bundled into -javadoc jars
… Android Setting these values broke Audio on Android with the OpenSLES source
Needed to be updated to the new API.
It is just wasting memory as we don't use it at all, and it also causes elements with a limited number of buffers to potentially work less efficient than they could as buffers are released later. #260 (comment)
… _unregister on the main thread
The first test is currently failing, but the last 3 should pass
request-pt-map is emitted for any newly found pt, which might be some completely arbitrary pt that we don't know anything about. In that case we would get some assertions because no OwrPayload is found.
This is needed for LocalMediaSource, as it is currently instantiated as a MediaSource
Same as Gstreamer do
Unless explicitly added Closes #406.
Also throw an exception if an attempt is made to call a function returned from a remote function. Closes #407.
This makes recent Firefox accept H264 in our offer Closes #408.
…g a queue and fakesink
…queue and fakesink
Fixes #240 Change-Id: I8d98f2d86429264871893b83bbe430c62a032c30
Change-Id: I488bed2e6507d313e36ed95c00f3511a95b624b6
Closes #449
This reverts commit 62a0bc6.
This is the more consistent way to disable documentation generation as used elsewhere in the project.
To avoid elevating the running time of the pipelines Closes #456.
g_once_init_leave() takes a gsize * for its second argument which is 64-bit on 64-bit platforms and 32-bit on 32-bit platforms. This meant that on 32-bit platforms the code failed to build due to passing a GstClockTime (which is gint64) pointer.
balazskreith
added a commit
that referenced
this pull request
Sep 13, 2015
refresh openwebrtc on multipath
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.