commit | e62d20268de87f63083896b5eef083d541078322 | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Tue Dec 17 14:10:46 2013 -0800 |
committer | Lajos Molnar <lajos@google.com> | Thu Mar 06 16:25:11 2014 -0800 |
tree | fce776fcf4d2eb288e7eae863932ae980c95b128 | |
parent | 6708a45ba1b5eacf583d5e80b2075b68940fe0ab [diff] |
stagefright: Fix issue with tracking media format in packet source Media format in AnotherPacketSource is now tracked across discontinuities. This fixes a bug where format was set on queueAccessUnit and cleared on dequeueAccessUnit, thereby allowing it to remain cleared. Change-Id: I20975a630443f4a223a2b4344e8244f34b9560b9 Signed-off-by: Lajos Molnar <lajos@google.com> Bug: 12060952