[Bug 665205] rsndvd: sends buffers before newsegment event

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 1 09:05:40 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=665205
  GStreamer | gst-plugins-bad | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2011-12-01 17:05:38 UTC ---
This is caused by basetransform delaying sending of events until the caps are
known. autoconvert in resindvdbin initially has an identity element, which gets
the newsegment event and previously this would be pushed out of autoconvert
immediately. Now this event is cached in identity and then when the caps are
known in autoconvert, other elements are "linked" (autoconvert doesn't really
link internally) and the old identity element never gets any caps and thus
never sends any buffers. The new elements get the newsegment event but
autoconvert drops them on their other side.

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