summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the return values to fit with the rest of pulse 0 == success, < 0 == ...Colin Guthrie2008-10-081-17/+17
* Convert to using pa_socket_client rather than using blocking IO.Colin Guthrie2008-10-081-60/+65
* Use _free rather than _destroy so as not to mix naming conventions.Colin Guthrie2008-10-081-27/+28
* Add a RTSP client impelmentation.Colin Guthrie2008-10-081-0/+472