summaryrefslogtreecommitdiff
path: root/gst/multifile
AgeCommit message (Expand)AuthorFilesLines
2010-04-08docs: do proper escaping for "%"Stefan Kost2-2/+2
2010-04-08docs: fix xmlStefan Kost1-1/+1
2010-03-22i18n: build fixes: #if -> #ifdef for ENABLE_NLSStefan Kost1-0/+1
2010-03-21multifile: Include headers instead fo defining functionsBenjamin Otte1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-15/+8
2010-03-09multifilesink: Add key-frame option to next-fileDavid Schleef2-1/+49
2009-10-07multifile: Fix plugin descriptionJan Schmidt1-1/+1
2009-09-13multifilesink: Add next-file propertyDavid Schleef2-17/+131
2009-09-11multifilesink: rename silent to post-messagesWim Taymans2-16/+16
2009-09-11multifilesink: post messages for each bufferWim Taymans2-64/+187
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2-8/+0
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost2-17/+9
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-08gst/multifile/gstmultifilesrc.c: Implement DEFAULT and BUFFER position querie...Wim Taymans1-2/+37
2008-02-11Close some memory leaks spotted by the unit test. Fixes bug #515697.Sebastian Dröge1-6/+12
2008-02-08gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes c...Tim-Philipp Müller1-1/+1
2008-02-08gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.David Schleef2-60/+31
2008-02-07gst/multifile/gstmultifilesink.c: Add a fixme comment.Stefan Kost1-0/+1
2008-01-18gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test.Sebastian Dröge1-0/+1
2007-12-17gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file ...David Schleef2-1/+10
2007-10-25Improve documentation, write some tests for multifilesrc/sink for upcoming ->...David Schleef3-60/+79
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost2-4/+4
2007-07-18gst/multifile/gstmultifilesrc.c: Add example to the docs. Fix buffer-offset-e...Stefan Kost1-4/+21
2007-07-03gst/multifile/: Add .h files to be able to add it to the docs.Stefan Kost6-80/+141
2007-01-25gst/: Use proper print statements.Edward Hervey2-2/+4
2006-11-10gst/multifile/Makefile.am: Let's not depend on a file that doesn't exist.David Schleef1-2/+0
2006-11-10Revive multifile[src|sink].David Schleef5-0/+833