summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux/mpegpsmux.h
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-0/+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>
* mpegpsmux: use DTS in addition to PTSTim-Philipp Müller2013-01-011-7/+14
| | | | | | | | And refactor choose_best_stream() a little. videotestsrc pattern=ball ! x264enc ! mpegpsmux ! ... plays much nicer now.
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* collectpads2: rename to collectpadsMark Nauwelaerts2012-04-171-3/+3
|
* mpegpsmux: port to GstCollectPads2Vincent Penquerc'h2011-12-151-3/+3
|
* mpegpsmux: add "aggregate-gops" property to aggregate GOPs into buffer listsTim-Philipp Müller2011-12-111-0/+3
| | | | | Useful in connection with multifilesink, for example, to make sure the new file always starts with a keyframe.
* mpegpsmux: remember primary video streamTim-Philipp Müller2011-12-111-1/+3
|
* mpegpsmux: Add MPEG PS muxerLin Yang2009-08-311-0/+120