summaryrefslogtreecommitdiff
path: root/gst/gstsegment.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-28doc/seekflags: Fix cross referencesNicolas Dufresne1-16/+17
2015-06-18doc: Unify Since mark for attribute and enumNicolas Dufresne1-6/+6
2015-04-04segment: small docs additionTim-Philipp Müller1-1/+2
2015-04-03segment: add gst_segment_is_equalVincent Penquerc'h1-0/+1
2015-03-20segment: remove the bounds check from _to_running_time_full()Wim Taymans1-24/+3
2015-03-19segment: add option to disable clippingWim Taymans1-1/+1
2015-03-18segment: add helper to get negative running-timeWim Taymans1-0/+24
2015-01-27segment: Add new skip flags for clarifying trick mode playback.Jan Schmidt1-6/+36
2014-01-08segment: add method to offset the segment running-timeWim Taymans1-0/+2
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-2/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-26segment: mark GstSegmentFlags as flags rather than enumMark Nauwelaerts1-1/+1
2012-07-27segment: add offset fieldWim Taymans1-1/+3
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-4/+3
2012-07-09segment: also copy the segment flagStefan Sauer1-1/+3
2012-07-04segment: make sure we don't have unmapped seek flags littering out segment flagsTim-Philipp Müller1-0/+1
2012-04-30event: add new seek snap flagsVincent Penquerc'h1-1/+26
2012-01-27segment: Add padding to the public structSebastian Dröge1-0/+3
2011-11-26Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-2/+2
2011-11-26gst: sprinkle some G_GNUC_MALLOCTim-Philipp Müller1-2/+2
2011-10-28segment: remove GST_SEEK_TYPE_CURWim Taymans1-7/+2
2011-09-26segment: improve API docs a littleWim Taymans1-0/+2
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-06-08segment: separate the seek and segment flagsWim Taymans1-1/+17
2011-05-16Rework GstSegment handlingWim Taymans1-38/+96
2011-05-09segment: remove _full versionWim Taymans1-3/+1
2011-05-09segment: remove abs_rate from segment structureWim Taymans1-2/+0
2011-02-22cleanupsWim Taymans1-5/+2
2009-06-04segment: add gst_segment_set_running_timeWim Taymans1-0/+3
2009-06-03segment: add method for converting to positionWim Taymans1-0/+1
2008-04-09Expose gst_segment_copy() to make things easier for the c++ bindings.José Alburquerque1-0/+1
2006-10-09docs/design/part-qos.txt: Fix typo.Wim Taymans1-1/+1
2006-07-20gst/gstsegment.h: Convert tabs to spaces for better readability.Tim-Philipp Müller1-20/+20
2006-06-06gst/gstsegment.h: Don't use c++-style comments, fixes #343929Michael Smith1-1/+1
2006-05-08docs/design/part-overview.txt: Make upsteam/downstream concepts more clear.Wim Taymans1-2/+10
2005-11-21gst/gstsegment.h: And add a nice define too.Wim Taymans1-0/+2
2005-11-21gst/gstsegment.*: Make binding friendly.Wim Taymans1-0/+5
2005-11-21More segment updates, replace code in plugins with segment helper functions.Wim Taymans1-1/+2
2005-11-21More segment updates and more checks.Wim Taymans1-0/+1
2005-11-20Added segment helper structure and methods. Not fully implemented yet.Wim Taymans1-0/+87