GNOME Bugzilla – Bug 741094
videodecoderbase: output the invalid video frame to video sink when video track select
Last modified: 2014-12-04 14:40:48 UTC
input-selector will send RECONFIGURE event to decoder when video track selection. Video decoder base will handle the event when finish frame and allocator buffer. Video decoder base will send the invalid video frame to video sink when the event has been handle in finish frame function. Attached patch to fix the issue.
Created attachment 292107 [details] [review] patch to fix the issue.
need more check.