summaryrefslogtreecommitdiff
path: root/gst/multifile/gstmultifilesink.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-02-23multifilesink: close file on write error with next-file mode is set to bufferAurélien Zanelli1-1/+3
2015-11-23multifilesink: fix spelling of variableGraham Leggett1-4/+4
2015-05-20multifilesink: Add a new max-duration file switching modeEdward Hervey1-0/+76
2015-05-20multifilesink: streamline the file-switch code a bitEdward Hervey1-35/+15
2015-05-20multifilesink: add "aggregate-gops" property to process GOPs as a wholeEdward Hervey1-5/+125
2015-05-18Revert "doc: Workaround gtkdoc issue"Stefan Sauer1-2/+0
2015-05-16doc: Workaround gtkdoc issueNicolas Dufresne1-0/+2
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2015-04-13multifilesink: minor docs improvementTim-Philipp Müller1-0/+8
2015-04-04multifilesink: close files before posting messageThiago Santos1-6/+6
2015-04-04multifilesink: post file message on EOSThiago Santos1-0/+37
2014-09-11multifilesink: don't OR the same flag twiceAnuj Jaiswal1-1/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller1-12/+4
2013-05-13multifilesink: Let the base class do get_timesOlivier Crête1-1/+0
2012-11-16multifilesink: post messages in max-size mode as wellTim-Philipp Müller1-1/+1
2012-11-10multifilesink: don't write stream headers with key-unit-eventAlessandro Decina1-3/+5
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-2/+2
2012-04-30multifilesink: don't write stream header twice for first filePeter Seiderer1-5/+11
2012-04-30multifilesink: fix buffer list size calculation in render_listPeter Seiderer1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-30update for buffer api changeWim Taymans1-1/+1
2012-02-13update for memory api changeWim Taymans1-2/+2
2012-01-25update for new memory APIWim Taymans1-19/+17
2012-01-15matroska: fix printf format compiler warningsMatej Knopp1-1/+1
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-5/+10
2012-01-04multifilesink: post better error message when we run out of disk spacePeter Seiderer1-2/+9
2011-12-02update for basesink event handler changesWim Taymans1-5/+8
2011-12-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-45/+286
2011-12-01multifilesink: add basic buffer list handlingTim-Philipp Müller1-0/+57
2011-12-01multifilesink: write stream-headers when switching to the next file in max-si...Tim-Philipp Müller1-12/+30
2011-12-01multifilesink: add new 'max-size' mode for switching to the next fileTim-Philipp Müller1-0/+35
2011-12-01multifilesink: add "max-file-size" property for new next-file modeTim-Philipp Müller1-2/+24
2011-12-01multifilesink: add flag to cut after a force key unit eventAlessandro Decina1-32/+135
2011-11-28various: fix pad template leaksVincent Penquerc'h1-2/+2
2011-11-26Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+1
2011-11-24multifilesink: Fix leak of filename stringsThiago Santos1-0/+1
2011-08-22Merge branch 'master' into 0.11Wim Taymans1-0/+1
2011-08-21multifilesink: reset ->streamheaders to NULL on _stopAlessandro Decina1-0/+1
2011-08-03Merge branch 'master' into 0.11Wim Taymans1-34/+100
2011-07-18multifilesink: do not use g_slist_free_fullMark Nauwelaerts1-1/+2
2011-07-18multifilesink: add max-files propertyAlessandro Decina1-5/+57
2011-07-17multifilesink: refactor file opening and closing codeAlessandro Decina1-32/+45
2011-06-30multifile: port to 0.10Mark Nauwelaerts1-33/+33
2011-01-02multifilesink: send stream headers in key-frame modeDavid Schleef1-0/+63
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-4/+6
2010-04-08docs: do proper escaping for "%"Stefan Kost1-1/+1
2010-04-08docs: fix xmlStefan Kost1-1/+1