takboo / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

New APIs getDecodedWidth() and getDecodedHeight() in doubango/bindings/_common/ProxyConsumer.cxx are not found in JNI #391

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick response

What steps will reproduce the problem?
1. Built IMSDroid latest source
2. Added code to use mConsumer.getDecodedWidth() in NgnProxyVideoConsumerGL.java

What is the expected output? What do you see instead?
The API getDecodedWidht() should be present in tinyWRAPJNI.java, but didn't find

What version of the product are you using? On what operating system?

IMSDroid: r520

Doubango: r745

OS: Mac 10.7.4

Please provide any additional information below.

Please let me know if I need to run autogen.sh on Doubango for these APIs to be 
exposed in the JNI. Also, it would be helpful if instructions can be provided 
on using SWIG.

Thanks,
Krupa

Original issue reported on code.google.com by krupa.p on 24 Sep 2012 at 7:55

GoogleCodeExporter commented 8 years ago
Fixed by SVN r532. 
There also new functions to get video size per frame: 
http://code.google.com/p/imsdroid/source/browse/branches/2.0/android-ngn-stack/s
rc/org/doubango/tinyWRAP/ProxyVideoFrame.java#46
http://code.google.com/p/imsdroid/source/browse/branches/2.0/android-ngn-stack/s
rc/org/doubango/tinyWRAP/ProxyVideoFrame.java#50

Original comment by boss...@yahoo.fr on 13 Nov 2012 at 8:46