You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by TimBarham <gi...@git.apache.org> on 2016/02/02 07:32:35 UTC

[GitHub] cordova-plugin-camera pull request: CB-10502 Fix camera plugin exc...

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 <tb...@microsoft.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-camera pull request: CB-10502 Fix camera plugin exc...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org