]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/history - plugins/elements/gstfilesink.c
gststructure: early out when we know a value cannot be a subset
[glsdk/gstreamer0-10.git] / plugins / elements / gstfilesink.c
2011-09-08 Nicolas Dufresnebasesink: make it easy to override the pad query
2011-02-24 Tim-Philipp Müllerfilesrc, filesink: fix URI creation regression for...
2011-02-15 Sebastian Drögefilesink: Fix escaping of URIs
2010-08-16 Stefan Kostplugins: add example launch lines and more explanation...
2010-06-14 Wim Taymansfilesink: use the default get_times function
2010-03-11 Benjamin OtteFixes for -Wmissing-declarations -Wmissing-prototypes
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteFixes for -Wwrite-strings
2009-12-03 Tim-Philipp Müllerfilesink, filesrc: printf format fixes
2009-10-07 Michael Smithfilesink: Use _wfopen on win32 to open files with non...
2009-08-18 Laurent Glayalfilesink: Add property to allow to append to an already...
2009-07-13 Andoni Moralesfilesink: Fix segfault with MSVC
2009-06-12 Stefan Kostfilesrc/sink: turn the bus messages into g_warning
2009-06-11 Stefan Kostfilesrc/sink: improve warning message a bit (wrong...
2009-03-20 LRNwin32: fix seeking in files >4GB
2008-12-20 Sebastian DrögeAPI: Add URI query type. This is useful to query the...
2008-11-10 Thomas Vander Sticheleplugins/elements/gstfilesink.c: Update Author string...
2008-06-20 Stefan Kostplugins/elements/: Remove short_description. Add basic...
2008-05-21 Wim Taymansplugins/elements/: Small cleanups. Add note adbout...
2008-03-22 Sebastian DrögeDefine G_PARAM_STATIC_STRINGS if it's undefined (GLib...
2008-03-03 Edward HerveySwitch to using portabl gsize/gssize instead of size_t...
2008-02-05 Sebastian DrögeRevert previous changes to the behaviour of GstPadTempl...
2008-02-03 Sebastian DrögeDon't use base_init where not absolutely necessary...
2007-12-24 Laurent Glayalconfigure.ac: Check for stdio_ext.h for the filesink...
2007-11-27 Wim Taymansplugins/elements/gstfilesink.c: Be a bit smarter when...
2007-06-21 Stefan KostSaving relocations for GTypeInfo and GstElementDetails...
2007-05-22 Tim-Philipp Müllerplugins/: Use #ifdef for HAVE_XYZ for consistency.
2007-05-22 Mark Nauwelaertsplugins/elements/gstfilesink.*: Fix position reporting...
2007-04-27 Sebastian Drögeplugins/elements/: Set the location to NULL if "file...
2007-04-27 Sebastian Drögeplugins/elements/: Special case the "file://" URI as...
2007-02-13 Sebastian Drögeplugins/elements/: Also check for an absolute path...
2007-02-02 Sebastian Drögeplugins/elements/: Allow file://localhost/foo/bar URLs...
2007-01-10 Tim-Philipp Müllerplugins/elements/gstfilesink.c: Include <stdio.h> for...
2006-11-02 Jan David Molplugins/elements/: Printf fixes for gsize parameters...
2006-10-09 Josep Torre Vallescommon/m4/gst-error.m4: Disable warning of statement...
2006-10-06 Wim Taymansplugins/elements/gstfilesink.c: Add some FIXME for...
2006-10-02 Wim Taymansplugins/elements/gstfilesink.c: Set file to NULL when...
2006-06-16 Wim Taymansplugins/elements/gstfilesink.*: Check if we can seek...
2006-05-11 Stefan KostG_OBJECT_CLASS macro usage batch cleanup, fixes #337747...
2006-04-28 Stefan Kostmake GstElementDetails const
2006-04-04 Mark Nauwelaertsplugins/elements/gstfilesink.c: Don't error out on...
2006-03-11 Tim-Philipp Müllerplugins/elements/: Emit RESOURCE_NO_SPACE_LEFT error...
2005-12-01 Thomas Vander Sticheledocument core plugins in a separate document just like...
2005-11-29 Thomas Vander Sticheledo CVS surgery and related build fixery to move element...
2005-11-22 Andy Wingogst/gstevent.h (gst_event_new_new_segment) (gst_event_p...
2005-11-09 Tim-Philipp Müllergst/: Use GST_DEBUG_FUNCPTR() more extensively.
2005-11-09 Andy Wingogst/elements/gstfilesink.c (gst_file_sink_start)
2005-10-23 Tim-Philipp Müllergst/elements/gstfilesink.c: Use fseeko() and ftello...
2005-10-19 Wim Taymansgst/: API change fix.
2005-10-13 Thomas Vander Stichelegst/elements/: fix some signedness
2005-10-12 Wim Taymansgst/elements/gstfilesink.c: Flush before seeking.
2005-10-12 Wim Taymansgst/: Some more debugging info.
2005-10-11 Wim TaymansAdded extra flag to newsegment for future API freeze.
2005-10-06 Wim Taymansgst/elements/gstfilesink.c: Don't use NULL pointers.
2005-09-28 Tim-Philipp Müllergst/elements/: Make element details static.
2005-09-20 Tim-Philipp Müllergst/elements/gstfilesink.c: Set sync to FALSE by default.
2005-09-02 Andy Wingogst/gstelement.h (GstState): Renamed from GstElementSta...
2005-08-30 Wim Taymansgst/elements/gstfilesink.c: Don't sync to clock.
2005-08-28 Andy Wingogst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instan...
2005-08-05 Stefan Kostmigrated some more docs to be inlined in the sources
2005-07-30 Tim-Philipp Müllerconfigure.ac: Use AC_SYS_LARGEFILE, which will set...
2005-07-27 Wim TaymansSome docs updates
2005-07-14 Thomas Vander Stichelemore autistic cleanliness in functions/names/defines
2005-07-10 Thomas Vander Stichelemore macro splitting
2005-07-05 Andy Wingogst/elements, testsuite: Null if we got it...
2005-06-29 Tim-Philipp Müllergst/elements/gstfilesink.c: Simplify code so that we...
2005-05-09 Wim TaymansRemove old query functions. Ported old code.
2005-05-06 Andy Wingogst/gstquery.h
2005-05-05 Wim Taymansgst/: Added object to help in making collect pad based...
2005-03-08 Wim TaymansRemove threadsafe properties. Fix elements because...
2005-01-24 Tim-Philipp MüllerDon't unref seek event twice in case where fflush(...
2004-11-06 Ronald S. Bultjedocs/pwg/: Typo fixes.
2004-08-17 Benjamin Ottegst/: s/gst_pad_new/&_from_template/ register pad templ...
2004-07-12 Steve LhommeHandle binary files under Windows
2004-05-07 David SchleefChanges to handle compilers that don't have variadic...
2004-04-29 Sebastien Cotegst/elements/gstfilesink.c: Patch from Sebastien Cote...
2004-03-18 Thomas Vander Sticheleupdated translation return silently when filesink not...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-02-22 Thomas Vander Stichelefix errors
2004-02-07 Ramon Garcia FernandezTrying to fix the mess that I made with the two previou...
2004-02-07 Ramon Garcia FernandezReverted changes made to fix unsigned-signed warnings...
2004-02-04 David Schleefdocs/random/ds/0.9-suggested-changes: random notes
2004-01-31 Thomas Vander Stichelesuffix errors with period.
2004-01-29 Thomas Vander SticheleGST_ELEMENT_ERROR
2004-01-19 Thomas Vander Sticheleremoving ending punctuation dots
2004-01-18 Thomas Vander Stichelechanging error signal add error codes and domains
2004-01-08 Benjamin Ottegst/gstutils.h: GST_PARENT_CALL and
2004-01-07 Ronald S. Bultjegst/elements/gstfilesink.c: Fix for if we pass NULL...
2003-11-24 Benjamin Otteimplement URI schemes
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-10-20 Ronald S. BultjeProperly give an error if no file was given
2003-10-08 Andy Wingos/GstBuffer/GstData/ in the API where you can pass...
2003-09-30 Andy Wingomake filesink handle events only in the chainfunction
2003-09-16 Thomas Vander Stichelereverting error patches before making a branch.
2003-09-14 Benjamin Otteimplement translatable error messages using gerror.
2003-09-13 Ronald S. BultjeImplement seekability-only-if-available
2003-07-22 Ronald S. BultjeAdd support for not incrementing bytecounter while...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-06-07 Ronald S. BultjeActually, size should be a guint (because GST_BUFFER_SI...
next