 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1842523002:
    Fix the H.264 config detection code which lead to video playback errors.  (Closed)
    
  
    Issue 
            1842523002:
    Fix the H.264 config detection code which lead to video playback errors.  (Closed) 
  | DescriptionFix the H.264 config detection code which lead to video playback errors.
The H264Parser class needs to be a member of the H264ConfigChangeDetector class. Currently we use a
new instance of the H264Parser class to detect stream configurations which causes errors because we fail
to map a PPS to its SPS etc. Maintaining the same instance of the parser alleviates this problem.
BUG=597725
Committed: https://crrev.com/1cfde376b8a9c38cbbc6c0b63aa25edf2cfe1cb1
Cr-Commit-Position: refs/heads/master@{#383577}
   Patch Set 1 #
 Depends on Patchset: Messages
    Total messages: 9 (3 generated)
     | ||||||||||||||||||||||||||||