[Bug 738202] funnel: Does not forward sticky events if no data was received

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 25 17:46:45 PST 2014


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

--- Comment #3 from HoonHee Lee <hoonh83.lee at gmail.com> 2014-11-26 01:46:40 UTC ---
Created an attachment (id=291514)
 View: https://bugzilla.gnome.org/attachment.cgi?id=291514
 Review: https://bugzilla.gnome.org/review?bug=738202&attachment=291514

Ne need to pending sticky events until buffer is coming

Thanks for your comment.
As I mentioned before, I use the funnel element for supporting internal
subtitle contents.
My Pipeline is likes this.

            /  input-selector  - audiosink
uridecodebin -  input-selector - videosink
             `- funnel - streamiddemux - appsink

For example, if no data was received or data feeding is late, sticky events can
be pending continuously. And streamiddemux only receive gap event continuously.
Thus, pipeline can not be constructed completely.
I think that if there is one sinkpad in funnel, no need to pending sticky
events until data is coming.
Please review and check my patch and you want me to do with unit test, I will
do.

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