| 4 | |
| 5 | Tested on hrev52070 x86 - A mangled video appears and plays - there is a decoder error and video is scrambled. |
| 6 | |
| 7 | {{{ |
| 8 | Haiku hrev52070 x86 w/MediaPlayer and HVEC 10-bit video (has issues) |
| 9 | |
| 10 | MediaTrackVideoSupplier::_SwitchFormat() - fVideoTrack->DecodedFormat(): General system error - retrying with B_RGB32 |
| 11 | [hevc @ 0x19203800] Could not find ref with POC 2 |
| 12 | [hevc @ 0x19203800] Could not find ref with POC 0 |
| 13 | [hevc @ 0x19203800] Could not find ref with POC 4 |
| 14 | should skip -1 lines at bottom! |
| 15 | |
| 16 | Haiku hrev52064 x86_64 w/MediaPlayer and HVEC 10-bit video (works) |
| 17 | MediaTrackVideoSupplier::_SwitchFormat() - codec changed colorspace of decoded format (B_YCbCr422 -> B_RGB32)! |
| 18 | should skip -1 lines at bottom! |
| 19 | |
| 20 | |
| 21 | === Below, this part happens on both Haiku x86 and x86_64 w/MediaPlayer and HVEC 10-bit video |
| 22 | |
| 23 | VideoConsumer::CreateBuffers - ERROR CREATING VIDEO RING BUFFER (Index 0 Width 1920 Height 1080 Colorspace 8: Out of memory |
| 24 | VideoConsumer::Connected - COULDN'T CREATE BUFFERS |
| 25 | BMediaRoster::Connect: aborting after BBufferConsumer::Connected, status = 0x80000000 |
| 26 | VideoProducer::Connect() - consumer error: Out of memory |
| 27 | BMediaRoster::Connect: aborted |
| 28 | Can't connect the video source to the video window... trying without overlays, error: Out of memory |
| 29 | running without audio node |