[Bug 793458] omxvideoenc: make GST_PARAM_MUTABLE_PLAYING property thread safe

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 21 11:33:18 UTC 2018


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.13.2

--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit a8c3996317936c870e0f21d3dba2d64bba874418
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Feb 14 17:23:39 2018 +0100

    omxvideoenc: remove GST_PARAM_MUTABLE_PLAYING from 'max-bitrate' property

    This property isn't actually mutable in the PLAYING state.

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

commit 2d3816fabc2d0951d814fa312895799116e94693
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Feb 14 17:20:02 2018 +0100

    omxvideoenc: protect target_bitrate with the object lock

    The 'target-bitrate' property can be changed while PLAYING
    (GST_PARAM_MUTABLE_PLAYING). Make it thread-safe to prevent concurrent
    accesses between the application and streaming thread.

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

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