]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/history - gst/gstsegment.c
DEBIAN: Debianization
[glsdk/gstreamer0-10.git] / gst / gstsegment.c
2011-08-26 Josep Torrasegment: use GST_SEEK_FLAG_NONE instead of 0
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-02 Wim Taymanssegment: move g_return_if_fail to where it is needed
2009-08-11 Sebastian Drögegstsegment: Actually start==stop==segment_start is...
2009-08-11 Sebastian Drögegstsegment: Clipping should detect start=stop<segment_s...
2009-06-14 Руслан Ижбулатовsegment: fix include order to get config.h before _mingw.h
2009-06-09 Wim Taymanssegment: make conversion more precise
2009-06-04 Wim Taymanssegment: add gst_segment_set_running_time
2009-06-03 Wim Taymanssegment: add method for converting to position
2009-04-03 Mark NauwelaertsUse g_slice_copy instead of g_slice_dup.
2009-03-26 Sebastian Drögesegment: Use g_slice_dup() now
2008-10-23 Wim Taymansgst/gstsegment.c: Set the last_stop to a more meaningfu...
2008-07-01 Stefan Kostgst/gstevent.c: Use gst_format_get_name() to improve...
2008-05-09 Tim-Philipp MüllerNo, let's not use g_slice_{dup|copy} here, since they...
2008-04-23 Stefan Kostgst/gstsegment.c: The glib macro seems to be borked...
2008-04-23 Stefan Kostgst/gstsegment.c: Document the new function. Use g_slic...
2008-04-09 José AlburquerqueExpose gst_segment_copy() to make things easier for...
2008-04-01 Sebastian Drögeconfigure.ac: Require GLib 2.12.
2008-02-29 Wim Taymansgst/gstsegment.c: Improve some comment.
2007-12-19 Wim Taymansdocs/design/part-synchronisation.txt: Small updates.
2007-11-09 Wim Taymansgst/gstsegment.c: Also accumulate time correctly when...
2007-06-05 Wim Taymansgst/gstobject.c: Fix signal signature.
2007-05-17 Edward Herveygst/gstsegment.c: Small doc fix.
2007-02-13 Wim Taymansdocs/design/part-seeking.txt: Some small update.
2006-12-19 Edward Herveygst/gstsegment.c: Fine tune the cases where the segment...
2006-11-20 Wim Taymansgst/gstsegment.c: Fix boundary checking in to_running_t...
2006-10-18 Wim Taymansgst/gstsegment.c: Relax arg checking again, -1 is allowed.
2006-10-18 Wim Taymansgst/gstsegment.c: _set_last_stop() must be with a value...
2006-10-13 Wim Taymansgst/gstsegment.c: When seeking to stop -1, set last_sto...
2006-10-09 Wim Taymansgst/gstevent.c: Rename some more @cur to @start to...
2006-10-09 Wim Taymansdocs/design/part-qos.txt: Fix typo.
2006-09-15 Wim Taymansgst/: Small cleanups in docs and code.
2006-06-12 Wim Taymansgst/gstsegment.c: Use G_UNLIKELY to help the compiler...
2006-06-05 Edward Herveygst/gstsegment.c: _copy() was always returning NULL...
2006-05-08 Wim Taymansdocs/design/part-overview.txt: Make upsteam/downstream...
2006-04-10 Wim Taymansgst/gstsegment.c: Added some more docs.
2006-03-14 Wim Taymansgst/gstsegment.c: Return correct return type in case...
2006-03-13 Wim TaymansDocumentation updates.
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2006-02-02 Wim Taymansgst/gstsegment.c: No reason to refuse to clip when...
2006-01-12 Sébastien Mouttelibs/gst/base/gstbasesink.c: *cur = (now - base) *...
2005-12-12 Wim Taymansgst/gstsegment.c: Added more documentation.
2005-11-29 Edward Herveygst/base/gstbasesink.c: Properly handle non GST_FORMAT_...
2005-11-21 Wim Taymansgst/gstsegment.*: Make binding friendly.
2005-11-21 Wim TaymansMore segment updates, replace code in plugins with...
2005-11-21 Andy Wingogst/gstsegment.c (gst_segment_init): Initialize abs_rate.
2005-11-21 Wim TaymansMore segment updates and more checks.
2005-11-20 Wim TaymansAdded segment helper structure and methods. Not fully...