GitHub user TimBarham opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/161

    CB-10502 Fix camera plugin exception in Chrome when click capture.

    The `MediaStream.stop()` method has been deprecated as of Chrome 47. We 
were using it, and it was generating an exception.
    
    If `stop()` method is not found, instead stop each individual track (the 
new way of doing it).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/TimBarham/cordova-plugin-camera CB-10502

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-camera/pull/161.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #161
    
----
commit e48a7e5c5cffe8d9bab6eeff33feeb2747930ace
Author: Tim Barham <[email protected]>
Date:   2016-02-02T06:25:00Z

    CB-10502 Fix camera plugin exception in Chrome when click capture.
    
    The MediaStream.stop() method has been deprecated as of Chrome 47. We were 
using it, and it was generating an exception.
    
    If stop() method is not found, instead stop each individual track (the new 
way of doing it).

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to