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