[gstreamer-bugs] [Bug 495133] videotestsrc pipeline hangs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 9 04:45:54 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=495133

  GStreamer | don't know | Ver: HEAD CVS

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gstreamer-                  |wim.taymans at gmail.com
                   |bugs at lists.sourceforge.net  |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #3 from Wim Taymans  2007-11-09 12:45 UTC -------
Created an attachment (id=98814)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=98814&action=view)
patch to fix the deadlock

This is a regression caused by adding the last-buffer property. The reason is
that the buffer is unreffed while holding the object lock, which can cause the
finilizer to deadlock when it wants the object lock too.

The patch makes it so that the lock is released when reffing/unreffing the
buffers.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=495133.




More information about the Gstreamer-bugs mailing list