[gstreamer-bugs] [Bug 624784] New: rtph26pay has wrong keyframe checks?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 19 17:01:34 PDT 2010


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

           Summary: rtph26pay has wrong keyframe checks?
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: felipe.contreras at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


#define IS_ACCESS_UNIT(x) (((x) > 0x00) && ((x) < 0x06))

Reading from the spec, normal frames should be marked with 1, and in fact only
IDR frames can be considered keyframes, so:

#define IS_ACCESS_UNIT(x) ((x) == 5)

I wonder why it works at all.

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