[Bug 696651] v4l2loopback:gst_buffer_get_meta: assertion `buffer != NULL' failed."

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 3 02:15:20 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=696651
  GStreamer | gst-plugins-good | 1.0.0

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.0.7

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2013-04-03 09:15:17 UTC ---
commit 14300e58059ff5a6ca6cf2b2942804f4f64b8ad0
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Wed Apr 3 11:09:50 2013 +0200

    v4l2: free all queued buffers

    Don't just loop over the first num_queued buffers but loop over
    all the buffers and check if they need to be freed. It is possible that
    not all buffers are queued and then the entry in our array will be NULL.
    Those buffers that are not queued were freed in stop().

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

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