videodecoder: Does not always post QoS event on frame drop
@ndufresne
Submitted by Nicolas Dufresne Link to original bug (#796762)
Description
While videodecoder do post QoS message when gst_video_decoder_drop_frame() is called, it does not when it decides to drop inside of gst_video_decoder_finish_frame(). This make application drop frame reporting wrong. This was found while investigating bug 796723