Release the codec before freeing it
authorJorge Zapata <jorgeluis.zapata@gmail.com>
Fri, 30 May 2014 10:40:08 +0000 (12:40 +0200)
committerAndoni Morales Alastruey <ylatuya@gmail.com>
Fri, 30 May 2014 10:40:59 +0000 (12:40 +0200)
commitad82575693fdccb912b5368f4170ed4188f9acb2
tree19eeb675b4c96cb08304ff64dd4fbed5bdfdd3f1
parent0ae4bc74ba3cedcb59b92804d5fb798a9b097a55
Release the codec before freeing it

On Samsung Galaxy S4 it is impossible to have more than one
hardware decoder at the same time. If we do not release it
explicitly the GC only releases it whenever the whole application
is finished not whenever the activity is finished and thus a player
will not be able to work correctly
sys/androidmedia/gstamcaudiodec.c
sys/androidmedia/gstamcvideodec.c