DescriptionRemoved old media-internals page and rewrote it.
Improvements over old media-internals page:
* Easily accessible list of players:
* Under the old page, the data of a player was built into
the list of overall players. This meant that if you
wanted to toggle between two players, it was practically
impossible.
* The new UI has a list of buttons for each player that is
unobstructed by the data on the page.
* Useful log view.
* The old log viewer displayed all the data sent about that
player regardless of if the user wanted to see it or if
it should even be in the log in the first place.
* The new log viewer automatically filters out log status like
if is_downloading and other properties about the buffer status
that change hundreds of times per second and are better viewed
in the properties panel or in in a graph.
* The new log view also has a filter text-box that lets you filter
the log for events of a certain property. (The text box accepts
comma-separated values of property names.)
* Lasting information
* If a media player unexpectedly quit, the old media-internals
page would immediately kick it off the page. If the quit was
unexpected, this might not be the best decision.
* The new page has a checkbox for if you want to remove dead
video players.
* System Properties
* Code is in place (but not yet used) that will allow for
the page to display properties about the entire system instead
of just a single video player. A backend change will be necessary
to utilize this.
BUG=260005
Patch Set 1 #
Total comments: 2
Patch Set 2 : Moved all 'new' media internals files into its own folder for a smooth transition. #Messages
Total messages: 4 (0 generated)
|