[Bug 701996] context: Still inconvenient to use and racy

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 8 07:46:16 PDT 2013


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

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk

--- Comment #1 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-08-08 14:34:25 UTC ---
A proposition to get the application out of the way most of the time would be
to:

a) make the event sticky. This will let playbing element to dispatch their
newly created context and expect it to be distributed whenever element are
linked.

b) Add handler for the have-context message and redispatch that context to any
existing element. Element htat already have a type of context set, would simply
ignore the newly dispatched context. This is to enable having multiple context
within a single pipeline. As this is a special case, it will require special
action by the application.

This is just the big lines, I'll be digging into the code soon to fine more
details that might be required to get this running.

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