[Bug 736779] New: typefind : h265 IRAP picture always true

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 16 22:12:55 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736779
  GStreamer | gst-plugins-base | git

           Summary: typefind : h265 IRAP picture always true
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ravi.kiran at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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;
        }

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list