OSDN Git Service

Fixing file sizelimit error in video capture intent with effects
authorPannag Sanketi <psanketi@google.com>
Fri, 14 Oct 2011 18:26:59 +0000 (11:26 -0700)
committerPannag Sanketi <psanketi@google.com>
Fri, 14 Oct 2011 22:28:41 +0000 (15:28 -0700)
commit6b9780efb2b34058f24e462ae54e6a5b6df85e46
tree9f3849906578ecf24e2d855613b3965523f57af8
parentfcdc9c4cc7da7044f92399b1b5c7a4ddd5fec3b4
Fixing file sizelimit error in video capture intent with effects

There was an error in video capture intent with effects on
with regards to file sizelimit. This CL fixes that. Now the video gets
recorded without an error. The only remaining issue is that
the max file sizelimit is reached very quickly (~5s)  since
effects get recorded at 480p.

Related to bug: 5441217

Change-Id: I045ea1e2b6bb501c0f68954fdb28d135e9a4ed75
mca/filterpacks/videosink/java/MediaEncoderFilter.java