[gstreamer-bugs] [Bug 349105] crash with playbin and resizing screen

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jul 31 08:09:39 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=349105
 GStreamer | gst-plugins-base | Ver: 0.10.9


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.10




------- Comment #5 from Wim Taymans  2006-07-31 15:09 UTC -------
This is tricky and caused by automatic caps setting in the _pad_push function.
Following patch temporary fixes the thing. basetransform is in need for a
rewrite, really...

        * libs/gst/base/gstbasetransform.c:
        (gst_base_transform_buffer_alloc):
        Use OBJECT_LOCK and refcounting to get the pad caps in the
        buffer_alloc function because the caps could change while we are
        busy with them. Fixes #349105


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list