[Bug 762660] flacparse: Pushing buffers before tags
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Feb 29 17:09:05 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=762660
--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Irrespective of any python code, you can see the issue with:
gst-launch-1.0 filesrc location=foo.flac ! flacparse ! fakesink num-buffers=2
silent=false -v -m
optionally add | grep -e chain -e TagList -e GstMessageTag -e GstMessageAsync
A buffer is sent before the tag event, and the pipeline prerolls (AsyncDone
message on the bus) before any Tag message is posted.
--
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