summaryrefslogtreecommitdiff
path: root/gst/gstsegment.h
Commit message (Expand)AuthorAgeFilesLines
* segment: add method to offset the segment running-timeWim Taymans2014-01-081-0/+2
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* segment: mark GstSegmentFlags as flags rather than enumMark Nauwelaerts2012-09-261-1/+1
* segment: add offset fieldWim Taymans2012-07-271-1/+3
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-4/+3
* segment: also copy the segment flagStefan Sauer2012-07-091-1/+3
* segment: make sure we don't have unmapped seek flags littering out segment flagsTim-Philipp Müller2012-07-041-0/+1
* event: add new seek snap flagsVincent Penquerc'h2012-04-301-1/+26
* segment: Add padding to the public structSebastian Dröge2012-01-271-0/+3
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-261-2/+2
|\
| * gst: sprinkle some G_GNUC_MALLOCTim-Philipp Müller2011-11-261-2/+2
* | segment: remove GST_SEEK_TYPE_CURWim Taymans2011-10-281-7/+2
* | segment: improve API docs a littleWim Taymans2011-09-261-0/+2
* | Merge branch 'master' into 0.11Sebastian Dröge2011-09-081-1/+1
|\ \ | |/
* | segment: separate the seek and segment flagsWim Taymans2011-06-081-1/+17
* | Rework GstSegment handlingWim Taymans2011-05-161-38/+96
* | segment: remove _full versionWim Taymans2011-05-091-3/+1
* | segment: remove abs_rate from segment structureWim Taymans2011-05-091-2/+0
* | cleanupsWim Taymans2011-02-221-5/+2
|/
* segment: add gst_segment_set_running_timeWim Taymans2009-06-041-0/+3
* segment: add method for converting to positionWim Taymans2009-06-031-0/+1
* Expose gst_segment_copy() to make things easier for the c++ bindings.José Alburquerque2008-04-091-0/+1
* docs/design/part-qos.txt: Fix typo.Wim Taymans2006-10-091-1/+1
* gst/gstsegment.h: Convert tabs to spaces for better readability.Tim-Philipp Müller2006-07-201-20/+20
* gst/gstsegment.h: Don't use c++-style comments, fixes #343929Michael Smith2006-06-061-1/+1
* docs/design/part-overview.txt: Make upsteam/downstream concepts more clear.Wim Taymans2006-05-081-2/+10
* gst/gstsegment.h: And add a nice define too.Wim Taymans2005-11-211-0/+2
* gst/gstsegment.*: Make binding friendly.Wim Taymans2005-11-211-0/+5
* More segment updates, replace code in plugins with segment helper functions.Wim Taymans2005-11-211-1/+2
* More segment updates and more checks.Wim Taymans2005-11-211-0/+1
* Added segment helper structure and methods. Not fully implemented yet.Wim Taymans2005-11-201-0/+87