summaryrefslogtreecommitdiff
path: root/gst/fsrtpxdata
Commit message (Collapse)AuthorAgeFilesLines
* fsrtpxdata: Add gst-plugins-base libs to the CFLAGS and LIBSSebastian Dröge2015-03-191-0/+2
| | | | | Fixes compilation in gst-uninstalled, as otherwise the RTP library is not found.
* Enable building static GStreamer pluginsNicolas Dufresne2015-02-251-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=89287
* rtpxdatapay: Use gst_buffer_copy_into to avoid unreffing the bufferYouness Alaoui2015-01-271-1/+3
|
* rtpxdatapay: Add support for MTU and split long messages into multiple packetsYouness Alaoui2015-01-271-5/+32
| | | | | | Split all messages into max 1200 bytes of payload and send a GstBufferList when needed Keep sending a normal buffer in case the buffer is smaller than 1200 bytes to things slightly faster
* fsrtpxdata: Add RTP pay/depay for Microsoft Lync RTP x-dataOlivier Crête2014-09-186-0/+399