summaryrefslogtreecommitdiff
path: root/gst/elements/gstfilesink.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-05migrated some more docs to be inlined in the sourcesStefan Kost1-1/+7
2005-07-30configure.ac: Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64 and _...Tim-Philipp Müller1-16/+57
2005-07-27Some docs updatesWim Taymans1-34/+9
2005-07-14more autistic cleanliness in functions/names/definesThomas Vander Stichele1-62/+62
2005-07-10more macro splittingThomas Vander Stichele1-4/+4
2005-07-05gst/elements, testsuite: Null if we got it...Andy Wingo1-2/+0
2005-06-29gst/elements/gstfilesink.c: Simplify code so that we don't have to handle sho...Tim-Philipp Müller1-15/+7
2005-05-09Remove old query functions. Ported old code.Wim Taymans1-5/+5
2005-05-06gst/gstquery.hAndy Wingo1-49/+23
2005-05-05gst/: Added object to help in making collect pad based elements.Wim Taymans1-109/+74
2005-03-08Remove threadsafe properties. Fix elements because GObject complains when ins...Wim Taymans1-2/+2
2005-01-24Don't unref seek event twice in case where fflush() failsTim-Philipp Müller1-0/+1
2004-11-06docs/pwg/: Typo fixes.Ronald S. Bultje1-2/+0
2004-08-17gst/: s/gst_pad_new/&_from_template/ register pad templates in the base_init ...Benjamin Otte1-1/+10
2004-07-12Handle binary files under WindowsSteve Lhomme1-1/+1
2004-05-07Changes to handle compilers that don't have variadic macro support. In parti...David Schleef1-0/+2
2004-04-29gst/elements/gstfilesink.c: Patch from Sebastien Cote to fix leakage of event...Sebastien Cote1-6/+17
2004-03-18updated translation return silently when filesink not openThomas Vander Stichele1-1/+3
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-51/+55
2004-03-13gst-indent run on coreThomas Vander Stichele1-129/+129
2004-02-22fix errorsThomas Vander Stichele1-2/+2
2004-02-07Trying to fix the mess that I made with the two previous commits.Ramon Garcia Fernandez1-1/+1
2004-02-07Reverted changes made to fix unsigned-signed warnings after hearing comments ...Ramon Garcia Fernandez1-1/+1
2004-02-04docs/random/ds/0.9-suggested-changes: random notesDavid Schleef1-8/+19
2004-01-31suffix errors with period.Thomas Vander Stichele1-6/+6
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-6/+6
2004-01-19removing ending punctuation dotsThomas Vander Stichele1-1/+1
2004-01-18changing error signal add error codes and domainsThomas Vander Stichele1-19/+23
2004-01-08gst/gstutils.h: GST_PARENT_CALL andBenjamin Otte1-33/+12
2004-01-07gst/elements/gstfilesink.c: Fix for if we pass NULL as property to location.Ronald S. Bultje1-2/+7
2003-11-24implement URI schemesBenjamin Otte1-11/+94
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-16/+19
2003-10-20Properly give an error if no file was givenRonald S. Bultje1-1/+2
2003-10-08s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to...Andy Wingo1-2/+3
2003-09-30make filesink handle events only in the chainfunctionAndy Wingo1-37/+1
2003-09-16reverting error patches before making a branch.Thomas Vander Stichele1-19/+16
2003-09-14implement translatable error messages using gerror.Benjamin Otte1-16/+19
2003-09-13Implement seekability-only-if-availableRonald S. Bultje1-11/+39
2003-07-22Add support for not incrementing bytecounter while we're not at the end of th...Ronald S. Bultje1-2/+4
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-0/+7
2003-06-07Actually, size should be a guint (because GST_BUFFER_SIZE(buffer) is a guint ...Ronald S. Bultje1-1/+1
2003-06-07Make filesink fail with some grace, see #114614Ronald S. Bultje1-8/+15
2003-06-06Some adjustments to allow for setting a new filename after EOS, useful for wr...Ronald S. Bultje1-5/+5
2003-06-01I don't know how I ever got to introducing this madness, but I was wrong. *RE...Ronald S. Bultje1-105/+111
2002-12-30- major API breakage (one of the last, I promise...)Wim Taymans1-1/+1
2002-11-21Small cleanups, more descriptive propertiesWim Taymans1-8/+6
2002-10-25Convert from sys_errlist[] to g_strerror()David Schleef1-4/+4
2002-09-29adding ::license field to core pluginsAndy Wingo1-0/+1
2002-09-01Don't doe EOS in a state change functionWim Taymans1-2/+5
2002-07-30Use fancy macrosWim Taymans1-17/+10