After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 545122 - [rmdemux] Outputs tag events before newsegment
[rmdemux] Outputs tag events before newsegment
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-28 10:26 UTC by Edward Hervey
Modified: 2009-06-06 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2008-07-28 10:26:08 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).
Comment 1 Wim Taymans 2008-11-03 12:01:18 UTC
This does not seem to be true, it keeps a list of pending tags, pushed after pushing the newsegment event. What's really wrong?
Comment 2 Tobias Mueller 2009-06-06 11:30:15 UTC
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!