[gstreamer-bugs] [Bug 347529] wavparse error

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 9 09:34:52 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=347529
 GStreamer | gnonlin | Ver: HEAD CVS


Edward Hervey changed:

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




------- Comment #8 from Edward Hervey  2006-08-09 16:34 UTC -------
Created an attachment (id=70561)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=70561&action=view)
Send newsegment in the streaming thread.

wavparse is sending non-flushing events in gst_wavparse_perform_seek() which is
being called by an outside thread. If a pad is blocked downstream, that thread
will block.

The attach patch fixes that issue by putting the sending of the newsegment
event in the streaming thread.


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




More information about the Gstreamer-bugs mailing list