summaryrefslogtreecommitdiff
path: root/gst/gstsegment.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-6/+10
2010-12-02segment: move g_return_if_fail to where it is neededWim Taymans1-4/+4
2009-08-11gstsegment: Actually start==stop==segment_start is inside the segmentSebastian Dröge1-2/+5
2009-08-11gstsegment: Clipping should detect start=stop<segment_start as outside the se...Sebastian Dröge1-1/+1
2009-06-14segment: fix include order to get config.h before _mingw.hРуслан Ижбулатов1-2/+1
2009-06-09segment: make conversion more preciseWim Taymans1-1/+3
2009-06-04segment: add gst_segment_set_running_timeWim Taymans1-1/+57
2009-06-03segment: add method for converting to positionWim Taymans1-9/+79
2009-04-03Use g_slice_copy instead of g_slice_dup.Mark Nauwelaerts1-1/+1
2009-03-26segment: Use g_slice_dup() nowSebastian Dröge1-4/+1
2008-10-23gst/gstsegment.c: Set the last_stop to a more meaningful position when config...Wim Taymans1-4/+16
2008-07-01gst/gstevent.c: Use gst_format_get_name() to improve debug output.Stefan Kost1-0/+6
2008-05-09No, let's not use g_slice_{dup|copy} here, since they only exist since GLib 2...Tim-Philipp Müller1-1/+4
2008-04-23gst/gstsegment.c: The glib macro seems to be borked. Use g_slice_copy directl...Stefan Kost1-1/+1
2008-04-23gst/gstsegment.c: Document the new function. Use g_slice_dup() (no need for g...Stefan Kost1-3/+4
2008-04-09Expose gst_segment_copy() to make things easier for the c++ bindings.José Alburquerque1-1/+9
2008-04-01configure.ac: Require GLib 2.12.Sebastian Dröge1-2/+2
2008-02-29gst/gstsegment.c: Improve some comment.Wim Taymans1-4/+6
2007-12-19docs/design/part-synchronisation.txt: Small updates.Wim Taymans1-12/+19
2007-11-09gst/gstsegment.c: Also accumulate time correctly when doing reverse playback....Wim Taymans1-24/+54
2007-06-05gst/gstobject.c: Fix signal signature.Wim Taymans1-0/+3
2007-05-17gst/gstsegment.c: Small doc fix.Edward Hervey1-3/+3
2007-02-13docs/design/part-seeking.txt: Some small update.Wim Taymans1-25/+24
2006-12-19gst/gstsegment.c: Fine tune the cases where the segment start/stop values are...Edward Hervey1-4/+16
2006-11-20gst/gstsegment.c: Fix boundary checking in to_running_time() and to_stream_ti...Wim Taymans1-3/+3
2006-10-18gst/gstsegment.c: Relax arg checking again, -1 is allowed.Wim Taymans1-1/+0
2006-10-18gst/gstsegment.c: _set_last_stop() must be with a value != -1Wim Taymans1-5/+15
2006-10-13gst/gstsegment.c: When seeking to stop -1, set last_stop (current position) t...Wim Taymans1-1/+4
2006-10-09gst/gstevent.c: Rename some more @cur to @start to fix docs.Wim Taymans1-2/+2
2006-10-09docs/design/part-qos.txt: Fix typo.Wim Taymans1-25/+40
2006-09-15gst/: Small cleanups in docs and code.Wim Taymans1-1/+1
2006-06-12gst/gstsegment.c: Use G_UNLIKELY to help the compiler a bit.Wim Taymans1-17/+17
2006-06-05gst/gstsegment.c: _copy() was always returning NULL...Edward Hervey1-1/+1
2006-05-08docs/design/part-overview.txt: Make upsteam/downstream concepts more clear.Wim Taymans1-26/+129
2006-04-10gst/gstsegment.c: Added some more docs.Wim Taymans1-3/+7
2006-03-14gst/gstsegment.c: Return correct return type in case of errors.Wim Taymans1-2/+2
2006-03-13Documentation updates.Wim Taymans1-9/+20
2006-02-28gst/gstbin.c: Help the compiler a bit with type registration.Wim Taymans1-1/+1
2006-02-02gst/gstsegment.c: No reason to refuse to clip when start == -1Wim Taymans1-10/+13
2006-01-12libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate...Sébastien Moutte1-0/+1
2005-12-12gst/gstsegment.c: Added more documentation.Wim Taymans1-8/+68
2005-11-29gst/base/gstbasesink.c: Properly handle non GST_FORMAT_TIME segmentEdward Hervey1-1/+1
2005-11-21gst/gstsegment.*: Make binding friendly.Wim Taymans1-0/+56
2005-11-21More segment updates, replace code in plugins with segment helper functions.Wim Taymans1-11/+53
2005-11-21gst/gstsegment.c (gst_segment_init): Initialize abs_rate.Andy Wingo1-0/+1
2005-11-21More segment updates and more checks.Wim Taymans1-11/+33
2005-11-20Added segment helper structure and methods. Not fully implemented yet.Wim Taymans1-0/+353