[Bug 773097] bin: add disabled test documenting locked-state and base-time problems
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Oct 20 18:41:30 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773097
Håvard Graff (hgr) <havard.graff at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |havard.graff at gmail.com
--- Comment #4 from Håvard Graff (hgr) <havard.graff at gmail.com> ---
(In reply to Olivier Crête from comment #2)
> I'm not sure it's a bug, the bin&element are not in playing, so it's normal
> that they don't have a base time. It may be a better test if you afterwards
> directly set the locked element to playing.
So the problem is that when you set it to playing it will not have a base-time
set, so if it needs to interact with a clock in some ways, it will be way off.
Also, the clock *will* be set on the identity-element, but not the base-time...
Note that if this element is added later on, it will get base-time and clock as
part of being added (gst_bin_add_func) which now starts to feel quite
inconsistent, since this is unrelated to being in PLAYING or not.
--
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