Skip to content

refresh openwebrtc on multipath#1

Merged
balazskreith merged 120 commits intomultipath-rtp:masterfrom
EricssonResearch:master
Sep 13, 2015
Merged

refresh openwebrtc on multipath#1
balazskreith merged 120 commits intomultipath-rtp:masterfrom
EricssonResearch:master

Conversation

@balazskreith
Copy link
Member

No description provided.

Patrik Oldsberg and others added 30 commits April 2, 2015 10:42
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)
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
pererikb and others added 27 commits June 12, 2015 09:25
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.
Fixes #240

Change-Id: I8d98f2d86429264871893b83bbe430c62a032c30
Change-Id: I488bed2e6507d313e36ed95c00f3511a95b624b6
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 balazskreith self-assigned this Sep 13, 2015
balazskreith added a commit that referenced this pull request Sep 13, 2015
refresh openwebrtc on multipath
@balazskreith balazskreith merged commit 24a8ec1 into multipath-rtp:master Sep 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comments