Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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
|
|
Video stream always have indexes, so they are all seekable
|
|
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
|
|
Fixes stream properties object creation for video content
|
|
asfmux now start rejecting pad requests after it pushes the first
buffer, before this, it was rejecting after going to paused
|
|
|
|
|
|
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.
|