[gstreamer-bugs] [Bug 641399] New: [vp8dec] add VP8_DEBUG_TXT_* flags.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 3 11:26:29 PST 2011


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

           Summary: [vp8dec] add VP8_DEBUG_TXT_* flags.
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bug-track at fisher-privat.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=180016)
 View: https://bugzilla.gnome.org/attachment.cgi?id=180016
 Review: https://bugzilla.gnome.org/review?bug=641399&attachment=180016

patch vp8dec.diff v1

Add VP8_DEBUG_TXT_* flags for postprocessing. It needed to do some codec
debuging and bug reporting.

see libvpx/vpx/vp8.h:
....
    VP8_DEBUG_TXT_FRAME_INFO    = 1<<3, /**< print frame information */
    VP8_DEBUG_TXT_MBLK_MODES    = 1<<4, /**< print macro block modes over each
macro block */
    VP8_DEBUG_TXT_DC_DIFF       = 1<<5, /**< print dc diff for each macro block
*/
    VP8_DEBUG_TXT_RATE_INFO     = 1<<6, /**< print video rate info (encoder
only) */

Patch is attached.

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