summaryrefslogtreecommitdiff
path: root/gst/asfmux/gstasfmux.h
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-1/+1
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2110>
* asfmux: Fix typo in property descriptionrubenrua2020-03-121-1/+1
| | | | s/milisecs/milliseconds/g
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* asfmux: port to 0.11Mark Nauwelaerts2012-04-231-1/+0
|
* collectpads2: rename to collectpadsMark Nauwelaerts2012-04-171-3/+3
|
* asfmux: port to GstCollectPads2Vincent Penquerc'h2011-12-151-3/+3
|
* asfmux: Deprecate 'is-live' and add 'streamable' propertyThiago Santos2010-06-081-1/+1
| | | | | | Following the similar change in flvmux, this commit adds 'streamable' property and deprecated 'is-live' for a better/less wrong name.
* asfmux: Compatibility with WMSP in WMPHåkon Skjelten2010-01-251-0/+1
| | | | | | | | | Makes the asfmux content compatible with WMSP and does some hacks to make it playable in WMP, it doesn't accept data objects with 0 size indicating that we don't know its size, though the spec says it should be possible. Fixes #607555
* asfmux: handle streams with different start timesThiago Sousa Santos2009-11-171-0/+3
| | | | | | | | | | Prevents losing sync when remuxing streams with different start times. The smallest start time is selected as the base time and all timestamps are subtracted from it to get the actual time to be used when muxing and building indexes Fixes #586848
* asfmux: Do not mess up GstCollectData listThiago Santos2009-08-121-3/+0
| | | | | | | 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
* asfmux: accept pad requests a little longerThiago Santos2009-07-301-1/+0
| | | | | asfmux now start rejecting pad requests after it pushes the first buffer, before this, it was rejecting after going to paused
* asfmux: Adds new plugin asfmuxThiago Santos2009-07-241-0/+159
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.