OSDN Git Service

LibAAH_RTP: Fix an issue which crept in during code review.
authorJohn Grossman <johngro@google.com>
Thu, 22 Mar 2012 18:26:45 +0000 (11:26 -0700)
committerJohn Grossman <johngro@google.com>
Thu, 22 Mar 2012 18:30:09 +0000 (11:30 -0700)
commitf4a9fb6d90c442e648367063d73f2c236342e73f
tree4651d348d3069720a68ee2f46c56f2311bbe1bd0
parent29f0c3786f7e4793e9f512fc41864280d7e6fb7e
LibAAH_RTP: Fix an issue which crept in during code review.

Fix a mistake which came in as part of a merge conflict resolution
during code review of the recent unicast mode refactor of LibAAH_RTP.
Nop packet which were supposed to carry TS transformations for the
pause state accidentally got flagged as Flush operations.  The flush
packet successfully carried the TS transformation, but also had the
undesired side effect of constantly flushing the stream.

Change-Id: I4c6aa0043fc274a1d7e880ed1d19cf277f22194b
Signed-off-by: John Grossman <johngro@google.com>
media/libaah_rtp/aah_tx_player.cpp