Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[GStreamer] Drop libgcrypt initialization in webkit_media_clear_key_d…
…ecrypt_init() https://bugs.webkit.org/show_bug.cgi?id=176656 Reviewed by Michael Catanzaro. * platform/graphics/gstreamer/eme/WebKitClearKeyDecryptorGStreamer.cpp: (webkit_media_clear_key_decrypt_init): Don't re-initialize libgcrypt here since that's already done in the WebProcess main(), and the calls here only result in libgcrypt writing out 'Oops' warnings on stderr. Canonical link: https://commits.webkit.org/193197@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@221850 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information