[Bug 796847] New: gstreamer-1.14.2: 3 * redundant condition ?

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 20 16:49:07 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796847

            Bug ID: 796847
           Summary: gstreamer-1.14.2: 3 * redundant condition ?
    Classification: Platform
           Product: GStreamer
           Version: 1.14.x
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: dcb314 at hotmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

[gstreamer-1.14.2/gst/gstpadtemplate.c:282]: (style) Redundant condition:
underscore. '!underscore || (underscore && str<underscore)' is equivalent to
'!underscore || str<underscore'
[gstreamer-1.14.2/gst/gstparse.c:196]: (style) Redundant condition: in_quotes.
'!in_quotes || (in_quotes && *(str-1)!='\\')' is equivalent to '!in_quotes ||
*(str-1)!='\\''
[gstreamer-1.14.2/gst/parse/types.h:92]: (style) Redundant condition:
in_quotes. '!in_quotes || (in_quotes && *(walk-1)!='\\')' is equivalent to
'!in_quotes || *(walk-1)!='\\''

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