summaryrefslogtreecommitdiffstats
path: root/gst/asfmux/gstasfobjects.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-31rtpasfpay: set padding field to 0 on rtp asf packetsThiago Santos1-0/+10
The ASF RTP spec demands that packets have their padding removed and the padding size field set to 0 for packets when puting them inside the RTP packets
2009-07-24asfmux: Adds new plugin asfmuxThiago Santos1-0/+803
Adds the brand new asfmux plugin, containing 3 elements: asfmux, rtpasfpay and asfparse. This plugin was developed as a GSoC 2009 project, with David Schleef as the mentor and Thiago Santos as the student.