[Bug 692784] typefind element pushes caps event before stream_start
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jan 31 02:50:09 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=692784
GStreamer | gstreamer (core) | 1.0.5
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #234713|none |needs-work
status| |
--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2013-01-31 10:50:07 UTC ---
Review of attachment 234713:
--> (https://bugzilla.gnome.org/review?bug=692784&attachment=234713)
This is not entirely correct. typefind might receive other events (e.g. TAG
events) from upstream after the STREAM_START event and before it knows the
caps. You must ensure that the order of events is still correct in the end:
STREAM_START, CAPS, SEGMENT, (TAGS, SINK_MESSAGE, TOC)*, EOS
--
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