[Bug 748467] vtenc: fix keyframe request race condition

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 4 17:21:16 PDT 2015


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

Ilya Konstantinov <ilya.konstantinov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #302355|0                           |1
        is obsolete|                            |

--- Comment #9 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
Created attachment 302903
  --> https://bugzilla.gnome.org/attachment.cgi?id=302903&action=edit
vtenc: fix keyframe request race condition

Oops, yet again I end up rushing a patch before even testing :(

+  CFBooleanRef keyframe_props_values = { kCFBooleanTrue };

to

+  CFBooleanRef keyframe_props_values[] = { kCFBooleanTrue };

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list