Closed
Bug 839841
Opened 12 years ago
Closed 12 years ago
make video engine load Android capture classes correctly by using GetGlobalClassRef
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: dmosedale, Assigned: dmosedale)
References
Details
(Whiteboard: [android-trunk-needed][blocking-gum-][android-gum+][qa-])
Attachments
(1 file, 2 obsolete files)
11.04 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Updated to remove changes to unused Java rendering code, and simply get rid of unused global rooting code, rather than #if 0 to hide it from the compiler.
Before uplift, still needs at least one leak fix (marked XXX in the code), and auditing that we're not leaking anything else new.
Attachment #712221 -
Attachment is obsolete: true
Assignee | ||
Comment 2•12 years ago
|
||
Landed on alder:
https://hg.mozilla.org/projects/alder/rev/e7e7ffda661f
Next steps:
* rebase to trunk
* clean up and audit for leakage
* request review.
Whiteboard: [android-trunk-needed]
Assignee | ||
Updated•12 years ago
|
Attachment #712269 -
Attachment description: WIP class-loading patch, v2 → WIP class-loading patch, v2 (landed on Alder)
Updated•12 years ago
|
Whiteboard: [android-trunk-needed] → [android-trunk-needed][blocking-gum-]
Updated•12 years ago
|
Whiteboard: [android-trunk-needed][blocking-gum-] → [android-trunk-needed][blocking-gum-][android-gum+]
Comment 3•12 years ago
|
||
Rebased, fixed leaks.
Attachment #712269 -
Attachment is obsolete: true
Attachment #731889 -
Flags: review?(blassey.bugs)
Comment 4•12 years ago
|
||
can you explain why this patch is needed (i.e. the problem it is solving)?
Comment 5•12 years ago
|
||
This patches switches the code from JNI FindClass to our "non-main-thread" FindClass replacement introduced in a previous patch (and deals with freeing the global ref). This is needed because unlike the webrtc.org code we aren't running WebRTC stuff in the main thread.
Updated•12 years ago
|
Attachment #731889 -
Flags: review?(blassey.bugs) → review+
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Updated•12 years ago
|
Whiteboard: [android-trunk-needed][blocking-gum-][android-gum+] → [android-trunk-needed][blocking-gum-][android-gum+][qa-]
Updated•12 years ago
|
Blocks: android-webrtc
You need to log in
before you can comment on or make changes to this bug.
Description
•