amcvideodec: advance the ready counter ourselves when render=FALSE
authorMatthew Waters <matthew@centricular.com>
Thu, 4 Feb 2016 04:07:44 +0000 (15:07 +1100)
committerMatthew Waters <matthew@centricular.com>
Thu, 4 Feb 2016 04:46:22 +0000 (15:46 +1100)
commit3c29dcaddb0996eac5389adeb9214e03e3593058
tree2d0ea432fb161b47677725e3ae11612129dafc0d
parent0d3cd8274907bef05a8245edd86203b7adcdca11
amcvideodec: advance the ready counter ourselves when render=FALSE

When not rendering the video frame, e.g. when freeing an unreleased sync frame,
we will not receive a frame listener callback.

Reduces the amount of 'on_frame_available miss detected' messages when dropping
frames.

https://bugzilla.gnome.org/show_bug.cgi?id=761014
sys/androidmedia/gstamcvideodec.c