-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefer end to dur on generated out-of-line regions #105
Comments
The intent is to specify simple duration, and not active duration. Furthermore, the following applies:
The algorithm isn't generating dur for use in serialized documents, but for internal processing according to this conceptual processing model, so profiles (especially external profiles) don't matter here. |
Just to clarify how this can work, I need to understand in smpte discontinuous what is the computed simple duration of B that is derived for the following bullet:
Are you suggesting that an implementation may have an internal representation of a computed simple duration that is equivalent to "indefinite" in SMIL terminology? I cannot see how else it would work since the active end in smpte discontinuous mode is only defined by observation of the end marker value; the alternative assumption that could be the default in SMIL if not specified otherwise is a simple duration of 0 which would result in the element never being active. Perhaps it would be worth clarifying this case, since simple duration has no effective meaning or use in smpte discontinuous mode and implementations are forced to wait for an end event in this case. Reopening since I do not think that the impact of this part of the spec is quite clear enough yet - I cannot determine if it is correct and does not need to be changed or if the presented case is not handled, and would like to leave this open until we have had a chance to discuss it. |
[Meeting 2016-10-27] @skynavga indicated that further specification is indeed needed for the smpte discontinuous case. |
Address reviewer comments and merge from #309. |
The new process [generate out-of-line regions] in chapter 9.3.2 always adds a dur attribute to the created region element R' even when dur attributes are not permitted. This situation is explicitly described in chapter 10.2.3 for the case when a document instance specifies the use of the smpte time base and discontinuous marker mode.
I think (needs checking) that this could be resolved by specifying a computed end attribute in the root temporal extent in place of dur. If not, I guess we need to add more logic to carry across the appropriate combination of begin, dur and end for the content depending on the other factors in the document.
(raised by Nigel Megitt on 2014-07-09)
From tracker issue http://www.w3.org/AudioVideo/TT/tracker/issues/324
The text was updated successfully, but these errors were encountered: