[Bug 647756] [bin] Posting EOS message although not reached PLAYING yet

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 14 14:12:22 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=647756
  GStreamer | gstreamer (core) | git

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2011-04-14 21:12:19 UTC ---
Just a random thought but maybe this is caused by making GstBus lockfree when
posting messages. Maybe previously the async-done messages would be handled
synchronously and the state change will be finished and only afterwards the EOS
message can be handled. Now there's no locking anywhere and messages can be
handled at the same time.

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