[Bug 790298] New: vtenc: vtenc_h264 property defaults in described help text don't match actual defaults.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 13 17:26:49 UTC 2017


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

            Bug ID: 790298
           Summary: vtenc: vtenc_h264 property defaults in described help
                    text don't match actual defaults.
    Classification: Platform
           Product: GStreamer
           Version: 1.12.3
                OS: Mac OS
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: mtisza at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

some of the properties on vtenc_h264 are described in the output of
gst-inspect-1.0 with defaults that don't match actual defaults.  For example:

  allow-frame-reordering: Whether to allow frame reordering or not
                        flags: readable, writable
                        Boolean. Default: true

The #define at the top of the code does in fact imply the default should be
TRUE, but it isn't initialized to TRUE in the element's init function.  The
element is actually using FALSE as the default, because it's value is 0. 
Unless I'm missing something these defaults need to be configured there.

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