Skip to content

Commit

Permalink
Editorial: Use absolute URL for process flowchart description
Browse files Browse the repository at this point in the history
Raised in §1 in w3c#307

The automatic publication system does not currently support publications of
additional HTML files to /TR, so the description document is not available from
https://www.w3.org/TR/media-source-2/

Solution for now is to target the version on GitHub Pages in Working Drafts,
and to manually publish the description document for "snapshot" publication
statuses (FPWD, CR, PR, REC).
  • Loading branch information
tidoust committed Apr 27, 2022
1 parent 89bd50e commit 10c9554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-source-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<section id="introduction" class="informative">
<h2>Introduction</h2>
<p>This specification allows JavaScript to dynamically construct media streams for &lt;audio&gt; and &lt;video&gt;. It defines a MediaSource object that can serve as a source of media data for an HTMLMediaElement. MediaSource objects have one or more <a>SourceBuffer</a> objects. Applications append data segments to the <a>SourceBuffer</a> objects, and can adapt the quality of appended data based on system performance and other factors. Data from the <a>SourceBuffer</a> objects is managed as track buffers for audio, video and text data that is decoded and played. Byte stream specifications used with these extensions are available in the byte stream format registry [[MSE-REGISTRY]].</p>
<a href='pipeline_model_description.html#pipelinedesc'>
<a href='https://w3c.github.io/media-source/pipeline_model_description.html#pipelinedesc'>
<picture><img src="pipeline_model.svg" alt="Media Source Pipeline Model Diagram"></picture>
</a>
<section id="goals">
Expand Down

0 comments on commit 10c9554

Please sign in to comment.