rtprtxsend: use a realistic limit for the value of max-size-packets
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 5 Nov 2013 07:33:51 +0000 (09:33 +0200)
committerWim Taymans <wtaymans@redhat.com>
Fri, 3 Jan 2014 19:48:28 +0000 (20:48 +0100)
commit0a8b149e9e9cf1b4a9f9c1f748f8a4c8264d5dce
tree2b396f6469128bdce929a6b144e2edc7330d032d
parent51edc07127b2ef7ca260fdc73f136e503a90f35c
rtprtxsend: use a realistic limit for the value of max-size-packets

G_MAXINT16 is chosen because if the queue contains more than
G_MAXINT16 packets, seqnum comparison will not work properly.
gst/rtpmanager/gstrtprtxsend.c