GNOME Bugzilla – Bug 736779
typefind: h265 IRAP picture always true
Last modified: 2014-09-17 07:26:25 UTC
In gsttypefindfunction, seen_irap always evaluates to true due to typo '||' (it should be '&&') else if (nut >= 16 || nut <= 21) { /* BLA, IDR and CRA pictures are belongs to be IRAP picture */ /* we are not counting the reserved IRAP pictures (22 and 23) to good */ seen_irap = TRUE; }
Created attachment 286339 [details] [review] correct condition for irap flag Patch attached. Please review.
commit cf98138c7ed1d1ea3f88b3156d07c67c72710e06 Author: Ravi Kiran K N <ravi.kiran@samsung.com> Date: Wed Sep 17 10:51:59 2014 +0530 typefind: correct the condition for irap flag https://bugzilla.gnome.org/show_bug.cgi?id=736779