summaryrefslogtreecommitdiffstats
path: root/gst/asfmux/gstasfmux.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-12asfmux: Do not mess up GstCollectData listThiago Santos1-2/+4
asfmux was messing up with the GstCollectData list of its GstCollectPads when sorting the list inplace. This patch makes it copy the list before sorting it, leaving the GstCollectPads list as is. Fixes #591610
2009-07-30asfmux: Set video stream seekable property to trueThiago Santos1-1/+7
Video stream always have indexes, so they are all seekable
2009-07-30asfmux: Removing useless TODOsThiago Santos1-2/+1
After testing in windows and linux, this audio correction field made no difference so far. All example files I got only had zeroes in this field
2009-07-30asfmux: Fixes video stream properties objectThiago Santos1-4/+4
Fixes stream properties object creation for video content
2009-07-30asfmux: accept pad requests a little longerThiago Santos1-3/+2
asfmux now start rejecting pad requests after it pushes the first buffer, before this, it was rejecting after going to paused
2009-07-30asfmux: adds support to vc-1 streamsThiago Santos1-12/+18
2009-07-28asfmux: Forcing pad names to be video_%02d and audio_%02d likeThiago Santos1-5/+16
2009-07-24asfmux: Adds new plugin asfmuxThiago Santos1-0/+2259
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.