summaryrefslogtreecommitdiff
path: root/gst/multifile
AgeCommit message (Expand)AuthorFilesLines
2018-02-01qtmux: send stream warning when refusing video capsJustin Kim1-0/+33
2018-01-29splitmuxsrc: properly set total duration on outgoing segmentTim-Philipp Müller1-0/+10
2018-01-29splitmuxsrc: don't respond to duration query with CLOCK_TIME_NONETim-Philipp Müller1-4/+7
2018-01-23multifilesrc: fix up uri handler a littleTim-Philipp Müller1-12/+34
2018-01-23multifilesrc: implement uri handlerDimitrios Katsaros1-1/+67
2018-01-16multifilesink: document unit of "max-file-duration" propertyTim-Philipp Müller1-2/+2
2017-12-08splitmuxsink: added a "split now" action signalJohn Nikolaides2-0/+38
2017-11-25splitmuxsink: Use muxer reserved space properties if present.Jan Schmidt2-12/+140
2017-11-24splitmux: Fix file switch-on-caps-change.Jan Schmidt1-8/+9
2017-11-18splitmuxsrc: Don't return FALSE from event handling.Jan Schmidt1-6/+4
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-1/+1
2017-09-17multifilesink: use new gst_buffer_list_calculate_size()Tim-Philipp Müller1-15/+2
2017-06-13splitmux: Drop allocation queriesVivia Nikolaidou1-1/+9
2017-05-21multifile: remove some cruftTim-Philipp Müller1-148/+0
2017-05-20multifilesink: fix property name in example pipelineLuis de Bethencourt1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-16splitmuxsink: Add alignment-threshold argumentVivia Nikolaidou2-3/+35
2017-04-20splitmuxsink: Don't use an explicit name for requesting audio padsSebastian Dröge1-0/+2
2017-04-20splitmuxsink: Correctly catch FLUSH events in probesXavier Claessens1-4/+8
2017-03-04splitmuxsrc: Fix reverse playbackJan Schmidt1-2/+4
2017-02-27splitmuxpartreader: ignore sparse streams when calculating the end offset of ...George Kiagiadakis1-1/+1
2017-02-27splitmuxpartreader: identify sparse streamsGeorge Kiagiadakis1-0/+7
2017-02-17splitmuxsink: Change files on incompatible capsOlivier Crête2-2/+54
2017-02-17splitmuxsink: Reset ready_for_output on state changeOlivier Crête1-0/+1
2017-02-17splitmuxsink: Remove unused next_max_out_running_timeOlivier Crête1-1/+0
2017-02-17splitmuxsink: Remove unused muxed_out_timeOlivier Crête2-7/+2
2017-02-07splitmuxsrc: Allow for buffers before the segment when measuringJan Schmidt1-5/+6
2017-01-13splitmuxsink: Add option for timecode-based splitVivia Nikolaidou2-15/+130
2017-01-03splitmuxsink: Return a bin with a "location" property as a sinkVivia Nikolaidou1-0/+3
2017-01-03splitmux: Rewrite buffer collection and schedulingJan Schmidt2-415/+573
2017-01-03splitmuxsink: Add format-location-full signalJan Schmidt2-36/+176
2017-01-03splitmuxsrc: Pass seek flags when activating.Jan Schmidt3-10/+12
2017-01-03splitmux: Fix a small race in the splitmuxsrcJan Schmidt1-3/+3
2016-12-31multifilesink: refactor max_files handling a bitTim-Philipp Müller2-23/+35
2016-12-31multifilesink: don't leak memory when no max-files limit is setUrsula Maplehurst1-2/+8
2016-11-17splitmuxsink: pad request fails for flvmuxVinod Kesti1-0/+14
2016-11-12splitfilesrc: update uri_get_type to match the prototype in GstURIHandlerInte...Scott D Phillips1-1/+1
2016-11-08splitmuxsink: Use first buffer TS as mux start timeVivia Nikolaidou2-11/+15
2016-11-02splitmuxsink: Fix GObject warnings on shutdown.Jan Schmidt1-10/+18
2016-11-02splitmuxsrc: Store seek seqnum and send it on EOS / segment events.Jan Schmidt2-0/+6
2016-11-02splitmuxsrc: Forward a not-linked error on the busJan Schmidt1-1/+1
2016-10-26splitmuxsink: Only allow one video request padJan Schmidt2-0/+18
2016-10-26splitmuxsink: Take ownership of floating refsJan Schmidt1-2/+6
2016-10-26splitmuxsink: Set child elements to NULL when removing.Jan Schmidt1-3/+16
2016-10-26splitmuxsink: Set pad template on request sink padsJan Schmidt1-1/+1
2016-10-16meson: Add missing pbutils dependency to multifileNirbheek Chauhan1-1/+2
2016-10-01splitmuxsrc: Handle stop point from segmentJan Schmidt1-0/+22
2016-10-01splitmuxsrc: Drop lock shutting down padsJan Schmidt1-0/+2
2016-10-01splitmuxsrc: Fix extra unref handling queriesJan Schmidt1-1/+0
2016-10-01splitmuxsrc: Avoid stall when parts get out of syncJan Schmidt3-14/+29