[Bug 726325] RFC: Add tunneling support.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 15 03:05:36 PDT 2014


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

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-03-15 10:29:34 UTC ---
I agree that we should try to get rid of these fake data flow somehow. It's
hacky and confusing :) Otherwise the general approach with the pools is the way
to move forward, I like that.


Also what needs to be kept in mind for tunneling is that you need to be careful
to keep serialised events in the same order relative to data flow. A tag event
between buffer A and B should still be between buffer A and B at the end of the
tunnel. This is going to need forwarding events immediately until the end of
the tunnel, and there then correlation with the output buffers. And for sink
elements we would need to sync those events to the omx clock.

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