summaryrefslogtreecommitdiff
path: root/gst/multifile
AgeCommit message (Expand)AuthorFilesLines
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-4/+1
2016-08-22splitmuxsink: fix printf format compiler warning in debug messageTim-Philipp Müller1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+36
2016-08-20Fixed splitmuxsink 32-bit overflow bugJie Jiang2-9/+12
2016-08-17splitmuxsink: Add option to split at exactly max-size-timeVivia Nikolaidou2-4/+53
2016-08-17splitmuxsink: Allow time and bytes to reach their respective thresholdsVivia Nikolaidou1-2/+2
2016-08-08splitmux: Fix typo converting to running time.Jan Schmidt1-2/+1
2016-08-08Revert "splitmuxsink: Use GstBin async-handling instead of our own."Jan Schmidt2-1/+19
2016-08-08splitmux: Recheck state after unlocking mutex.Jan Schmidt1-0/+3
2016-08-06splitmuxsrc: Don't stop and error on EOS flow returnJan Schmidt1-2/+2
2016-07-25splitmuxsink: Fix debug statement signedness.Jan Schmidt1-1/+1
2016-07-20splitmuxsink: Handle negative running timeJan Schmidt2-72/+106
2016-07-20splitmuxsink: Drop lock when sending dummy eventJan Schmidt1-0/+3
2016-05-27multifilesrc: set position as offset from start-indexPrashant Gotarne1-1/+2
2016-05-15splitmuxsrc: Connect to demux signals before activatingJan Schmidt1-7/+10
2016-05-15splitmuxsink: Use GstBin async-handling instead of our own.Jan Schmidt2-19/+1
2016-05-14splitmuxsink: Hide internal async state changes.Jan Schmidt2-2/+25
2016-05-14splitmuxsink: Remove stray carriage-return from debugJan Schmidt1-1/+1
2016-05-05splitmuxsrc: add a format-location signal that allows bypassing the location ...George Kiagiadakis1-9/+36
2016-05-05splitmuxsink: Fix deadlock case when source reaches EOSXavier Claessens1-0/+5
2016-04-16spitmuxsink: Avoid creating small file at EOSXavier Claessens1-3/+1
2016-04-14splitmuxsink: Add max_files_number propertyDamian Ziobro2-0/+33
2016-04-01splitmux: Handle a hang draining out at EOSJan Schmidt1-16/+23
2016-04-01splitmuxsink: Fix occasional deadlock when ending file with subtitleXavier Claessens1-1/+36
2016-03-24splitmuxsink: only try to create internal sink if it doesn't existThiago Santos1-29/+30
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM5-20/+18
2016-02-23multifilesink: close file on write error with next-file mode is set to bufferAurélien Zanelli1-1/+3
2016-01-25splitmuxsrc: print potentially negative offset with a signGeorge Kiagiadakis1-2/+2
2015-12-19splitmuxsink: Only update running time when it increases.Jan Schmidt1-2/+0
2015-11-23multifilesink: fix spelling of variableGraham Leggett1-4/+4
2015-11-11splitmuxpartreader: Fix GCond leakVineeth TM1-0/+1
2015-10-28splitmuxsink: do not destroy the multiqueue & muxer when going to NULLGeorge Kiagiadakis1-1/+7
2015-10-03splitmuxsink: post messages when fragments are being opened and closedGeorge Kiagiadakis2-0/+33
2015-10-03splitmuxsink: allow non-video streams to serve as referenceRamiro Polla2-21/+27
2015-10-03splitmuxsink: initialize mux_start_time properlyGeorge Kiagiadakis1-0/+4
2015-08-18multifilesrc: fix regression with starting from index set via index propertyTim-Philipp Müller1-1/+8
2015-08-03splitmuxsink: remove extra \n at debug messageThiago Santos1-1/+1
2015-08-03splitmuxsink: prevent deadlock when states change too fastThiago Santos1-1/+4
2015-07-29splitmuxsink: Support mpegtsmux as a muxer.Jan Schmidt1-0/+6
2015-07-29splitmuxsrc: Use a separate lock to delay typefind.Jan Schmidt2-4/+18
2015-07-14splitmuxsink: add a "format-location" signal that allows better control over ...George Kiagiadakis1-3/+28
2015-06-25splitmuxsrc: sticky events are sent automatically from the padThiago Santos1-24/+0
2015-06-25splitmuxsrc: make sure to push sticky events before adding padThiago Santos1-0/+31
2015-06-23Revert "splitmuxsink: Mask async-start/done while switching files."Jan Schmidt2-48/+4
2015-06-23splitmuxsrc: Fix startup and shutdown races.Jan Schmidt2-28/+84
2015-06-23splitmuxsink: Mask async-start/done while switching files.Jan Schmidt2-4/+48
2015-06-12splitmuxsink: Take released-but-not-yet-output bytes into accountJan Schmidt3-5/+15
2015-06-08splitmuxsink: Don't accumulate more than 2 GOPsJan Schmidt1-1/+1
2015-06-08splitmuxsrc: Protect total_duration state variable with the object lock.Jan Schmidt1-7/+14
2015-05-25splitfilesrc: Implement binary search in find_part_for_offsetJimmy Ohn1-11/+24