rtsp: Call message_sent() callback for all sent messages.
authorPeter Kjellerstedt <pkj@axis.com>
Fri, 12 Jun 2009 13:11:05 +0000 (15:11 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Mon, 15 Jun 2009 07:28:13 +0000 (09:28 +0200)
commitff38999c8b413b37c526427bf962c03a02d34f52
tree7ada62f8ef2bd03287953b36ebd802b647b10b0f
parent12134979a28e00a41f0bd4c96cdbb190c252b683
rtsp: Call message_sent() callback for all sent messages.

Previously the messages_sent() callback was only called for messages
which had a CSeq, which excluded all data messages. Instead of using the
CSeq as ID, use a simple index counter.
gst-libs/gst/rtsp/gstrtspconnection.c
gst-libs/gst/rtsp/gstrtspconnection.h