summaryrefslogtreecommitdiff
path: root/gst/multifile/gstsplitmuxsink.c
Commit message (Expand)AuthorAgeFilesLines
* splitmuxsink: Fix some reference leaks in error cases.Jan Schmidt2021-07-261-0/+9
* splitmuxsink: Prevent hang going back to NULL after failuresJan Schmidt2021-07-261-23/+95
* splitmuxsink: always use factory property when setMathieu Duponchelle2021-07-081-1/+3
* Use gst_element_request_pad_simpleFrançois Laignel2021-05-051-1/+1
* multifile: allow per feature registrationStéphane Cerveau2021-03-291-10/+4
* splitmuxsink: Avoid deadlock when releasing a pad from a running muxerVivia Nikolaidou2020-12-161-1/+13
* splitmuxsink: Fix for 'reference bytes muxed' check.Jan Schmidt2020-12-121-7/+20
* splitmuxsink: Add debug for fragment opened/closed msgsJan Schmidt2020-12-091-0/+3
* splitmuxsink: Convert asserts into element errors.Jan Schmidt2020-12-091-9/+25
* splitmuxsink: Change EOS catching logic.Jan Schmidt2020-10-311-6/+13
* splitmuxsink: Don't use the element state lockJan Schmidt2020-10-311-3/+24
* splitmuxsink: Don't busy loop on a non-ready pad.Jan Schmidt2020-10-311-3/+6
* splitmuxsink: Forward EOS messages from async fragments.Jan Schmidt2020-10-311-9/+8
* splitmuxsink: Never start a new fragment with no reference buffersJan Schmidt2020-10-311-2/+9
* splitmuxsink: fix sink pad release while PLAYINGMathieu Duponchelle2020-09-091-51/+59
* splitmuxsink: Make sure flushing doesn't blockJan Alexander Steffens (heftig)2020-08-041-3/+5
* splitmuxsink: flesh out docs for format-location* signalsTim-Philipp Müller2020-06-261-2/+10
* splitmuxsink: Add new properties for setting muxer/sink presetsSebastian Dröge2020-06-251-0/+68
* splitmuxsink: Enhancement for timecode based splitSeungha Yang2020-04-201-40/+162
* splitmuxsink: Post error when requested timecode interval is invalidSeungha Yang2020-04-191-0/+5
* splitmuxsink: Do split-at-running-time splitting based on the time of the sta...Sebastian Dröge2020-04-151-2/+2
* splitmuxsink: Fix off-by-one in running time comparison for split-at-running-...Sebastian Dröge2020-04-151-2/+2
* splitmuxsink: Don't send too many force key unit eventSeungha Yang2020-04-031-11/+25
* splitmuxsink: Split fragment only if queued time is larger than thresholdSeungha Yang2020-03-251-1/+1
* splitmuxsink: Don't need to trace next timecode for split decisionSeungha Yang2020-03-251-20/+5
* splitmuxsink: Mark some split decision related properties as MUTABLE_READYSeungha Yang2020-03-241-8/+14
* splitmuxsink: Take account queued time and max-size-timecode for split decisionSeungha Yang2020-03-241-10/+30
* splitmuxsink: Reset cleanly for reuseJan Schmidt2020-03-191-15/+52
* splitmuxsink: Decouple keyframe request and the decision for fragmentationSeungha Yang2020-03-191-43/+52
* splitmuxsink: Include actual sink element in the fragment-opened/closed messagesSebastian Dröge2020-01-291-1/+2
* splitmuxsink: Check the correct sink class for the existence of the "location...Sebastian Dröge2020-01-271-1/+1
* splitmuxsink: Fix assertion failure on set_property()Seungha Yang2020-01-071-6/+6
* splitmuxsink: Increment fragment_id even if no fragment location was providedSebastian Dröge2019-12-131-2/+2
* splitmuxsink: provides a start-index propertyStéphane Cerveau2019-12-051-3/+22
* splitmuxsink: Don't take lock during posting messageSeungha Yang2019-11-181-2/+9
* splitmuxsink: add fakesink supportStéphane Cerveau2019-11-071-2/+7
* documentation: fix a number of typosAaron Boxer2019-10-051-1/+1
* splitmux: Add muxer-pad-map propertyJan Schmidt2019-09-061-45/+137
* splitmuxsink: In async mode, retain previous muxer pad names.Jan Schmidt2019-09-061-1/+1
* splitmuxsink: Mark split-* signals as action signals. Doc fixes.Jan Schmidt2019-09-061-9/+11
* splitmuxsink: add the ability to mux auxilliary video streamsJan Schmidt2019-07-151-9/+17
* splitmuxsink: set the same seqnum on flush_start / flush_stopMathieu Duponchelle2019-06-131-0/+3
* splitmuxsink: Improve debug outputJan Schmidt2019-06-061-9/+23
* splitmuxsink: Give internal queues useful namesJan Schmidt2019-06-061-2/+6
* splitmuxsink: Only set running time on finalizing sink element when in async-...Sebastian Dröge2019-05-281-4/+6
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+2
* splitmuxsink: Do not hardcode frames_of_daily_jamVivia Nikolaidou2018-10-161-25/+19
* splitmuxsink: Fix if condition in drop-frame timecode wrap-aroundVivia Nikolaidou2018-10-111-2/+2
* splitmuxsink: Subtract daily jam offset when day wraps aroundVivia Nikolaidou2018-10-111-0/+27
* splitmuxsink: accept pads named 'sink' on the muxer, handle static pads as wellPeter Körner2018-10-031-3/+46