Bug 1265978. Part 2 - add methods to MediaDecoder and MDSM to dump debugging info. r=jya.
MozReview-Commit-ID: Dbc5FT627uL
This commit is contained in:
@@ -567,7 +567,9 @@ HTMLMediaElement::GetMozDebugReaderData(nsAString& aString)
|
||||
void
|
||||
HTMLMediaElement::MozDumpDebugInfo()
|
||||
{
|
||||
// Tell mDecoder to dump debugging info.
|
||||
if (mDecoder) {
|
||||
mDecoder->DumpDebugInfo();
|
||||
}
|
||||
}
|
||||
|
||||
already_AddRefed<DOMMediaStream>
|
||||
|
||||
Reference in New Issue
Block a user