[Bug 723851] Fix for a startup race condition

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 1 09:34:02 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=723851
  GStreamer | gst-omx | git

deathsimple <deathsimple> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #268414|0                           |1
        is obsolete|                            |

--- Comment #10 from deathsimple at vodafone.de <deathsimple at vodafone.de> 2014-03-01 17:55:55 UTC ---
Created an attachment (id=270634)
 View: https://bugzilla.gnome.org/attachment.cgi?id=270634
 Review: https://bugzilla.gnome.org/review?bug=723851&attachment=270634

Updated fix for the decoder.

I figured out what the root cause of the problem is.

gst_omx_video_dec_reset and gst_omx_video_enc_reset doesn't check the state of
the component before starting the src pad loop.

This results is that _set_format is trying to enable/disable the output port at
the same time as the other task.

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