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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 13 18:09:13 UTC 2017


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

Miki Grof-Tisza <mtisza at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #2 from Miki Grof-Tisza <mtisza at gmail.com> ---
I was in the process of creating the patch, when I noticed something.  The
properties are created with the flag G_PARAM_CONSTRUCT.  Which actually does
the initializing.  I've never used that flag (and didn't know what it does), so
I didn't see where it gets initialized.  Also in my testing I checked the
actual values in gst_vtenc_init() function which is prior to glib's handling of
G_PARAM_CONSTRUCT flag.  If I move my check further into the element's code I
see now that it actually works as documented.

So I think this is not a bug.  Sorry for wasting time.

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