rtsp-media: Make sure that sequence numbers are monotonic after pause
authorSrimanta Panda <srimanta@axis.com>
Mon, 8 Sep 2014 07:26:23 +0000 (09:26 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 12 Sep 2014 14:29:30 +0000 (17:29 +0300)
commit376488d8c7d0a92c56065070f9003e699533c3e5
tree7ff0a084da211a5011a8fcd7140a42dfedc7b39e
parent09bf2025f810cdad3127162dcce80a7dc73099e0
rtsp-media: Make sure that sequence numbers are monotonic after pause

The sequence number is not monotonic for RTP packets after pause. The
reason is basepayloader generates a randon sequence number when the
pipeline goes from ready to pause. With this fix generation of sequence
number will be monotonic when going from pause to play request.

https://bugzilla.gnome.org/show_bug.cgi?id=736017
gst/rtsp-server/rtsp-media.c
gst/rtsp-server/rtsp-stream.c
gst/rtsp-server/rtsp-stream.h