- a87b455 Port gtk-doc comments to their equivalent markdown syntax by Thibault Saunier · 8 years ago
- 5216322 fdsink: Block in preroll_wait on unlock by Olivier Crête · 8 years ago
- cf06800 elements: use new gst_element_class_add_static_pad_template() by Tim-Philipp Müller · 9 years ago
- add4526 filesink: enable large file support on Android by Reynaldo H. Verdejo Pinochet · 9 years ago
- c0d2c1e filesink: indentation fixes by Reynaldo H. Verdejo Pinochet · 9 years ago
- f468eb7 filesink: continue element cleanup even if fclose fails by Anton Bondarenko · 9 years ago
- 3ee4d60 filesink: use GST_INFO_OBJECT for more detail by Stefan Sauer · 10 years ago
- 25fa87a doc/filesink: Add BufferMode enumeration by Nicolas Dufresne · 10 years ago
- 084f685 filesink: Fix fsync/_commit usage by Edward Hervey · 10 years ago
- ef2a408 filesink: Fix Windows build by using _commit instead of fsync. by Jan Schmidt · 10 years ago
- ade4a83 Add GST_BUFFER_FLAG_SYNC_AFTER flag, and implement in filesink. by Jan Schmidt · 10 years ago
- 1a9a3c7 docs: gst-launch -> gst-launch-1.0 in example pipelines by Tim-Philipp Müller · 10 years ago
- 5b50f39 filesink: use writev() in ::render() to write out memories without merging them by Tim-Philipp Müller · 10 years ago
- 5a4fb5c filesink: implement ::render_list() function that uses writev() by Tim-Philipp Müller · 10 years ago
- a2bc789 filesink: please gcc (avoid a warn_unused_result warning) by Alessandro Decina · 11 years ago
- 924acf5 filesink: flush (discard data) on FLUSH_STOP by Alessandro Decina · 11 years ago
- 666c8c1 Fix FSF address by Tim-Philipp Müller · 12 years ago
- 947635d filesink: fix build on Cygwin by Mark Nauwelaerts · 12 years ago
- d3ffa82 Remove 0.10-related documentation and "Since" markers by Edward Hervey · 13 years ago
- a63829b plugins: use new gst_element_class_set_static_metadata() by Tim-Philipp Müller · 13 years ago
- 1fbcc71 Merge remote-tracking branch 'origin/master' into 0.11 by Tim-Philipp Müller · 13 years ago
- 82a9544 filesink: implement SEEKING query by Tim-Philipp Müller · 13 years ago
- a521252 Add new GstMapInfo by Wim Taymans · 13 years ago
- 0e38f0d basesink: clean up event handling by Wim Taymans · 13 years ago
- f598856 plugins, tools: update for get_protocols() return value change by Tim-Philipp Müller · 13 years ago
- dfa9bb8 elements: update fd + file sources and sinks for GstUriHandler changes by Tim-Philipp Müller · 13 years ago
- f0219b3 basesink: make it easy to override the pad query by Nicolas Dufresne · 13 years ago
- 178bdcc Fix and clarify debug statements by Josep Torra · 14 years ago
- 32841d2 basesink: make it easy to override the pad query by Wim Taymans · 14 years ago
- b322a40 uri: remove some _full variants by Wim Taymans · 14 years ago
- a46c9c2 event: Make SEGMENT event parsing API more consistent with the others by Sebastian Dröge · 14 years ago
- 3d2127f Revert "query: allow _make_writable on query handlers" by Sebastian Dröge · 14 years ago
- bdbc069 Rework GstSegment handling by Wim Taymans · 14 years ago
- cf4fbc0 query: allow _make_writable on query handlers by Wim Taymans · 14 years ago
- c07b57f segment: remove _full version by Wim Taymans · 14 years ago
- 5020738 elements: Use G_DEFINE_TYPE instead of GST_BOILERPLATE by Sebastian Dröge · 14 years ago
- d82c8bd memory: port code to new buffer data API by Wim Taymans · 14 years ago
- 1f59906 filesrc, filesink: fix URI creation regression for non-absolute locations by Tim-Philipp Müller · 14 years ago
- c4be952 filesink: Fix escaping of URIs by Sebastian Dröge · 14 years ago
- 6ee61e4 plugins: add example launch lines and more explanation to the docs. by Stefan Kost · 15 years ago
- 2ced5a5 filesink: use the default get_times function by Wim Taymans · 15 years ago
- 7e7f51f Fixes for -Wmissing-declarations -Wmissing-prototypes by Benjamin Otte · 15 years ago
- a9d1a49 Fixes for -Wwrite-strings by Benjamin Otte · 15 years ago
- 5351298 filesink, filesrc: printf format fixes by Tim-Philipp Müller · 15 years ago
- 0c3a816 filesink: Use _wfopen on win32 to open files with non-ascii filenames correctly. by Michael Smith · 15 years ago
- abafed9 filesink: Add property to allow to append to an already existing file by Laurent Glayal · 16 years ago
- 741ef2b filesink: Fix segfault with MSVC by Andoni Morales · 16 years ago
- 36bb7c7 filesrc/sink: turn the bus messages into g_warning by Stefan Kost · 16 years ago
- e938861 filesrc/sink: improve warning message a bit (wrong state) by Stefan Kost · 16 years ago
- ef5be37 win32: fix seeking in files >4GB by LRN · 16 years ago
- 9b65eb6 API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne... by Sebastian Dröge · 16 years ago
- a0e5eab plugins/elements/gstfilesink.c: Update Author string to match others. by Thomas Vander Stichele · 16 years ago
- ef70805 plugins/elements/: Remove short_description. Add basic docs for gsttypefindelement. by Stefan Kost · 17 years ago
- 095ce0b plugins/elements/: Small cleanups. Add note adbout g_fopen() on windows and why we don't use it yet. by Wim Taymans · 17 years ago
- b0346df Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it everywhere for GParamSpecs that use static... by Sebastian Dröge · 17 years ago
- fdeea4f Switch to using portabl gsize/gssize instead of size_t/ssize_t by Edward Hervey · 17 years ago
- 2faa733 Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... by Sebastian Dröge · 17 years ago
- 9db28f8 Don't use base_init where not absolutely necessary. For example it's not necessary anymore for adding pad templates o... by Sebastian Dröge · 17 years ago
- 2f22776 configure.ac: Check for stdio_ext.h for the filesink changes. by Laurent Glayal · 17 years ago
- 7797419 plugins/elements/gstfilesink.c: Be a bit smarter when seeking, like, don't try to do a seek when it's not needed. Thi... by Wim Taymans · 17 years ago
- 9eeb1c8 Saving relocations for GTypeInfo and GstElementDetails. Fixes #437457. by Stefan Kost · 18 years ago
- e4ab657 plugins/: Use #ifdef for HAVE_XYZ for consistency. by Tim-Philipp Müller · 18 years ago
- 8eaf66d plugins/elements/gstfilesink.*: Fix position reporting; rename data_written member to current_pos to reflect its real... by Mark Nauwelaerts · 18 years ago
- 7223b8a plugins/elements/: Set the location to NULL if "file://" is set as URI. Otherwise some random previous URI would stil... by Sebastian Dröge · 18 years ago
- ce4da7c plugins/elements/: Special case the "file://" URI as as this is used by some applications to test with gst_element_ma... by Sebastian Dröge · 18 years ago
- 67a92e4 plugins/elements/: Also check for an absolute path following file:// in the filesrc element. Remove redundant check a... by Sebastian Dröge · 18 years ago
- b3c3d33 plugins/elements/: Allow file://localhost/foo/bar URLs and correctly fail for every other hostname that one sets. Thi... by Sebastian Dröge · 18 years ago
- a18f048 plugins/elements/gstfilesink.c: Include <stdio.h> for fseeko(). by Tim-Philipp Müller · 18 years ago
- bd16d69 plugins/elements/: Printf fixes for gsize parameters on PPC/OSX (#369366). Also, don't cast to long long for portabil... by Jan David Mol · 18 years ago
- 2f32e21 common/m4/gst-error.m4: Disable warning of statement not reached on Forte. by Josep Torre Valles · 18 years ago
- fe59eb0 plugins/elements/gstfilesink.c: Add some FIXME for the NEWSEGMENT handling. by Wim Taymans · 18 years ago
- 20f1785 plugins/elements/gstfilesink.c: Set file to NULL when closing filesink so that we can set a new filename in READY. Fi... by Wim Taymans · 18 years ago
- 766bc10 plugins/elements/gstfilesink.*: Check if we can seek in the file instead of assuming we always can. Post an error whe... by Wim Taymans · 19 years ago
- dc3d1df G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for core by Stefan Kost · 19 years ago
- e90fcdb make GstElementDetails const by Stefan Kost · 19 years ago
- 39a6b54 plugins/elements/gstfilesink.c: Don't error out on empty buffers (#336945). by Mark Nauwelaerts · 19 years ago
- 22482e1 plugins/elements/: Emit RESOURCE_NO_SPACE_LEFT error here as well when there's no space left on the device. by Tim-Philipp Müller · 19 years ago
- c37fca4 document core plugins in a separate document just like all the others rename these plugins to something starting with... by Thomas Vander Stichele · 19 years ago
- 249e792 do CVS surgery and related build fixery to move elements and indexers in a new gstreamer/plugins directory, out of th... by Thomas Vander Stichele · 19 years ago
- 19858fd gst/gstevent.h (gst_event_new_new_segment) (gst_event_parse_new_segment, gst_event_new_buffer_size) by Andy Wingo · 19 years ago
- fc387bf gst/: Use GST_DEBUG_FUNCPTR() more extensively. by Tim-Philipp Müller · 19 years ago
- 2d000e0 gst/elements/gstfilesink.c (gst_file_sink_start) by Andy Wingo · 19 years ago
- 7d5fda8 gst/elements/gstfilesink.c: Use fseeko() and ftello() if available. When falling back on lseek() to get the current o... by Tim-Philipp Müller · 19 years ago
- 7612a38 gst/: API change fix. by Wim Taymans · 19 years ago
- 2bc75ef gst/elements/: fix some signedness by Thomas Vander Stichele · 19 years ago
- e41e541 gst/elements/gstfilesink.c: Flush before seeking. by Wim Taymans · 19 years ago
- 427aa60 gst/: Some more debugging info. by Wim Taymans · 19 years ago
- c97e237 Added extra flag to newsegment for future API freeze. by Wim Taymans · 19 years ago
- cb64b2a gst/elements/gstfilesink.c: Don't use NULL pointers. by Wim Taymans · 19 years ago
- 99d855f gst/elements/: Make element details static. by Tim-Philipp Müller · 19 years ago
- bd2986e gst/elements/gstfilesink.c: Set sync to FALSE by default. by Tim-Philipp Müller · 19 years ago
- e040bb2 gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. by Andy Wingo · 19 years ago
- da88afc gst/elements/gstfilesink.c: Don't sync to clock. by Wim Taymans · 19 years ago
- 944491a gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init as having two arguments instead of just one. Allows su... by Andy Wingo · 19 years ago
- 27cd61d migrated some more docs to be inlined in the sources by Stefan Kost · 20 years ago
- 96e9548 configure.ac: Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE in config.h as required... by Tim-Philipp Müller · 20 years ago
- 66d7070 Some docs updates by Wim Taymans · 20 years ago
- 259dec9 more autistic cleanliness in functions/names/defines by Thomas Vander Stichele · 20 years ago
- 82596fe more macro splitting by Thomas Vander Stichele · 20 years ago
- 82a5239 gst/elements, testsuite: Null if we got it... by Andy Wingo · 20 years ago