gecko-dev/dom/media/ipc
Gerald Squelart 1b357db99b Bug 1407810 - Use DDLogger in media stack - r=jwwang
Mostly-mechanical additions:
- Log constructions&destructions, usually by just inheriting from
  DecoderDoctorLifeLogger, otherwise with explicit log commands (for internal
  classes for which DecoderDoctorTraits can't be specialized),
- Log links between most objects, e.g.: Media element -> decoder -> state
  machine -> reader -> demuxer -> resource, etc.

And logging some important properties and events (JS events, duration change,
frames being decoded, etc.)

More will be added later on, from just converting MOZ_LOGs, and as needed.

MozReview-Commit-ID: KgNhHSz35t0

--HG--
extra : rebase_source : dd7206e350e32671adc6f3b9e54ebf777251de2c
2017-10-10 17:55:27 +11:00
..
MediaIPCUtils.h Bug 1394648 - Switch from nsInt{Point,Rect,Size} to gfx::Int{Point,Rect,Size} in dom/media. r=jwwang 2017-08-29 14:00:33 +12:00
moz.build
PVideoDecoder.ipdl Bug 1394591 - P4. Pass decoder description to RemoteVideoDecoder. r=mattwoodrow 2017-09-01 18:22:55 +02:00
PVideoDecoderManager.ipdl Bug 1397307 - P9. Pass video frame rate to RemoteVideoDecoder and GPU process. r=mattwoodrow 2017-09-12 18:29:40 +02:00
RemoteVideoDecoder.cpp Bug 1411523 - Remove 'this' from lambda captures [self, this] under dom/media r=jwwang 2017-10-26 16:59:40 +08:00
RemoteVideoDecoder.h Bug 1407810 - Use DDLogger in media stack - r=jwwang 2017-10-10 17:55:27 +11:00
VideoDecoderChild.cpp Bug 1397307 - P9. Pass video frame rate to RemoteVideoDecoder and GPU process. r=mattwoodrow 2017-09-12 18:29:40 +02:00
VideoDecoderChild.h Bug 1397307 - P9. Pass video frame rate to RemoteVideoDecoder and GPU process. r=mattwoodrow 2017-09-12 18:29:40 +02:00
VideoDecoderManagerChild.cpp Bug 1397307 - P9. Pass video frame rate to RemoteVideoDecoder and GPU process. r=mattwoodrow 2017-09-12 18:29:40 +02:00
VideoDecoderManagerChild.h Bug 1397307 - P9. Pass video frame rate to RemoteVideoDecoder and GPU process. r=mattwoodrow 2017-09-12 18:29:40 +02:00
VideoDecoderManagerParent.cpp Bug 1397307 - P9. Pass video frame rate to RemoteVideoDecoder and GPU process. r=mattwoodrow 2017-09-12 18:29:40 +02:00
VideoDecoderManagerParent.h Bug 1397307 - P9. Pass video frame rate to RemoteVideoDecoder and GPU process. r=mattwoodrow 2017-09-12 18:29:40 +02:00
VideoDecoderParent.cpp Bug 1411523 - Remove 'this' from lambda captures [self, this] under dom/media r=jwwang 2017-10-26 16:59:40 +08:00
VideoDecoderParent.h Bug 1397307 - P9. Pass video frame rate to RemoteVideoDecoder and GPU process. r=mattwoodrow 2017-09-12 18:29:40 +02:00