[Bug 791479] msdkenc: Support force-keyunit events

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 21 15:35:34 UTC 2018


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

Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #368685|none                        |reviewed
             status|                            |

--- Comment #5 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 368685:
 --> (https://bugzilla.gnome.org/review?bug=791479&attachment=368685)

::: sys/msdk/gstmsdkenc.c
@@ +1393,3 @@
   memset (&thiz->option2, 0, sizeof (thiz->option2));
   memset (&thiz->option2, 0, sizeof (thiz->option3));
+  memset (&thiz->enc_cntrl, 0, sizeof (thiz->enc_cntrl));

These memset and the FALSE assignation doesn't make sense, since the gobject
allocation already clears to zero the object structure.

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