[gstreamer-bugs] [Bug 611899] hanging of gst-rtsp-server for unsupported fies:

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 5 08:58:26 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=611899
  GStreamer | gst-rtsp-server | unspecified

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.6

--- Comment #3 from Wim Taymans <wim.taymans at gmail.com> 2010-03-05 16:58:20 UTC ---
Try this patch instead:

commit c7ca9b74eb18f1a27dfcd1b5f7bf1b174de89acb
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Mar 5 17:51:26 2010 +0100

    media: avoid doing _get_state() for state changes

    When preparing, use the ASYNC_DONE and ERROR messages in the bus handler to
wait
    until the media is prerolled or in error. This avoids doing a blocking call
of
    gst_element_get_state() that can cause lockups when there is an error.

    Fixes #611899

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