[Bug 737411] New: videoparser: move parsing flag to baseparse.h

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 26 02:36:58 PDT 2014


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

           Summary: videoparser: move parsing flag to baseparse.h
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vineeth.tm at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


GST_BASE_PARSE_FRAME_FLAG_PARSING, was being defined locally in videoparsers
with 0x10000, but this value is already being used by 
GST_BASE_PARSE_FRAME_FLAG_QUEUE        = (1 << 4)
in gstbaseparse.h

Hence moving the flag to gstbaseparse.h to maintain consistency.
Please review

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