hlsdemux: Post error message if hlsdemux could not start decryption
authorSeungha Yang <seungha.yang@navercorp.com>
Wed, 21 Aug 2019 14:47:45 +0000 (23:47 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Wed, 21 Aug 2019 14:47:45 +0000 (23:47 +0900)
commit15c10618a229087f55aa06c3e6c4f96f442020fc
tree121179bfc782da01fc9caf092b9538239e245a40
parent98b303498ab352ef2efae47d76c2c41035c0005a
hlsdemux: Post error message if hlsdemux could not start decryption

_decrypt_start() failure will lead to decryption failure eventually
but catching it earlier if possible. The decrpytion start failure means
that the hls plugin was built without crypto library or crypto library
does not want to accept given key and IV.
ext/hls/gsthlsdemux.c