OSDN Git Service

rtsp: warning when max_delay reached
authorEloi BAIL <eloi.bail@savoirfairelinux.com>
Tue, 15 Sep 2015 15:38:23 +0000 (11:38 -0400)
committerMartin Storsjö <martin@martin.st>
Wed, 16 Sep 2015 06:58:12 +0000 (09:58 +0300)
commit1ec611a10228945d2ec8a9cf6c5531dee6b7ee56
treef6fcfdd4d2bfa826de86f4f29adaaaeddda8d2c9
parentd555bd69e792e42d94bd909b30d9bfef01db4e25
rtsp: warning when max_delay reached

packets are queued due to packet reordering until the queue reach its
maximal size or max delay is reached.
This commit adds a warning trace when max delay is reached.

Signed-off-by: Eloi BAIL <eloi.bail@savoirfairelinux.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtsp.c