GNOME Bugzilla – Bug 545122
[rmdemux] Outputs tag events before newsegment
Last modified: 2009-06-06 11:30:15 UTC
Currently rmdemux outputs some tag events before newsegment. Those tags are also sent before the actual index (if present) is parsed. This breaks the following two predicaments: * newsegment events are the first in-band mini-object to be sent in streaming threads (before any data or in-bad events) * elements should not output anything before being able to respond to incoming queries and events (mainly seek events).
This does not seem to be true, it keeps a list of pending tags, pushed after pushing the newsegment event. What's really wrong?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!