[Bug 729811] Output-selector test example in gstreamer plugin base is giving "Internal data flow error".

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 26 21:39:49 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729811
  GStreamer | gst-plugins-base | 1.0.10

--- Comment #2 from RaviKiran <ravi.kiran at samsung.com> 2014-08-27 04:39:46 UTC ---
Created an attachment (id=284576)
 View: https://bugzilla.gnome.org/attachment.cgi?id=284576
 Review: https://bugzilla.gnome.org/review?bug=729811&attachment=284576

output-selector handle CAPS event

"Sticky event mis-ordering" warning was because SEGMENT event was sent to src_1
of output-selector before CAPS event. One option is to send CAPS event to all
src pads. But, I think better option is to send the SEGMENT event to active
pad, as the sticky events are sent anyway when the pad become active.
New patch attached. Feedback welcome.

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