[Bug 734264] ksvideosrc gives GStreamer-CRITICAL **: write map requested on non-writable buffer continuously

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 3 15:17:49 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=734264
  GStreamer | gst-plugins-bad | 1.4.0

Nicolas Dufresne (stormer) <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #3 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> 2015-02-03 23:17:45 UTC ---
commit bd5e9a544229f6d1e0ee58dde1e24a2f7301f57e
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Tue Feb 3 17:44:34 2015 -0500

    ksvideosrc: Fix buffer handling

    The pseudo buffer pool code was using gst_buffer_is_writable()
    alone to try and figure-out if cached buffer could be reused.
    It needs to check for memory writability too. Also check map
    result and fix map flags.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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