index
:
delta/gstreamer.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.20
1.22
1.4
1.6
1.8
BRANCH-AUTOPLUG2
BRANCH-BUILD1
BRANCH-CAPSNEGO1
BRANCH-COMPANY
BRANCH-ERROR
BRANCH-EVENTS1
BRANCH-EVENTS2
BRANCH-GOBJECT1
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-INCSCHED1
BRANCH-PLUGINVER1
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-THREADED
CAPS
TYPEFIND
baserock/1.4
baserock/1.4.4+bison_fix
baserock/1.6
baserock/1.6.3
baserock/franred/1.4-fix-bison-check
baserock/genivi/baseline
baserock/james/0.10
baserock/morph/0.10
baserock/morph/1.2
main
master
zeenix/inspect-colors
gitlab.freedesktop.org: gstreamer/gstreamer.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstsegment.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
segment: move g_return_if_fail to where it is needed
Wim Taymans
2010-12-02
1
-4
/
+4
*
gstsegment: Actually start==stop==segment_start is inside the segment
Sebastian Dröge
2009-08-11
1
-2
/
+5
*
gstsegment: Clipping should detect start=stop<segment_start as outside the se...
Sebastian Dröge
2009-08-11
1
-1
/
+1
*
segment: fix include order to get config.h before _mingw.h
Руслан Ижбулатов
2009-06-14
1
-2
/
+1
*
segment: make conversion more precise
Wim Taymans
2009-06-09
1
-1
/
+3
*
segment: add gst_segment_set_running_time
Wim Taymans
2009-06-04
1
-1
/
+57
*
segment: add method for converting to position
Wim Taymans
2009-06-03
1
-9
/
+79
*
Use g_slice_copy instead of g_slice_dup.
Mark Nauwelaerts
2009-04-03
1
-1
/
+1
*
segment: Use g_slice_dup() now
Sebastian Dröge
2009-03-26
1
-4
/
+1
*
gst/gstsegment.c: Set the last_stop to a more meaningful position when config...
Wim Taymans
2008-10-23
1
-4
/
+16
*
gst/gstevent.c: Use gst_format_get_name() to improve debug output.
Stefan Kost
2008-07-01
1
-0
/
+6
*
No, let's not use g_slice_{dup|copy} here, since they only exist since GLib 2...
Tim-Philipp Müller
2008-05-09
1
-1
/
+4
*
gst/gstsegment.c: The glib macro seems to be borked. Use g_slice_copy directl...
Stefan Kost
2008-04-23
1
-1
/
+1
*
gst/gstsegment.c: Document the new function. Use g_slice_dup() (no need for g...
Stefan Kost
2008-04-23
1
-3
/
+4
*
Expose gst_segment_copy() to make things easier for the c++ bindings.
José Alburquerque
2008-04-09
1
-1
/
+9
*
configure.ac: Require GLib 2.12.
Sebastian Dröge
2008-04-01
1
-2
/
+2
*
gst/gstsegment.c: Improve some comment.
Wim Taymans
2008-02-29
1
-4
/
+6
*
docs/design/part-synchronisation.txt: Small updates.
Wim Taymans
2007-12-19
1
-12
/
+19
*
gst/gstsegment.c: Also accumulate time correctly when doing reverse playback....
Wim Taymans
2007-11-09
1
-24
/
+54
*
gst/gstobject.c: Fix signal signature.
Wim Taymans
2007-06-05
1
-0
/
+3
*
gst/gstsegment.c: Small doc fix.
Edward Hervey
2007-05-17
1
-3
/
+3
*
docs/design/part-seeking.txt: Some small update.
Wim Taymans
2007-02-13
1
-25
/
+24
*
gst/gstsegment.c: Fine tune the cases where the segment start/stop values are...
Edward Hervey
2006-12-19
1
-4
/
+16
*
gst/gstsegment.c: Fix boundary checking in to_running_time() and to_stream_ti...
Wim Taymans
2006-11-20
1
-3
/
+3
*
gst/gstsegment.c: Relax arg checking again, -1 is allowed.
Wim Taymans
2006-10-18
1
-1
/
+0
*
gst/gstsegment.c: _set_last_stop() must be with a value != -1
Wim Taymans
2006-10-18
1
-5
/
+15
*
gst/gstsegment.c: When seeking to stop -1, set last_stop (current position) t...
Wim Taymans
2006-10-13
1
-1
/
+4
*
gst/gstevent.c: Rename some more @cur to @start to fix docs.
Wim Taymans
2006-10-09
1
-2
/
+2
*
docs/design/part-qos.txt: Fix typo.
Wim Taymans
2006-10-09
1
-25
/
+40
*
gst/: Small cleanups in docs and code.
Wim Taymans
2006-09-15
1
-1
/
+1
*
gst/gstsegment.c: Use G_UNLIKELY to help the compiler a bit.
Wim Taymans
2006-06-12
1
-17
/
+17
*
gst/gstsegment.c: _copy() was always returning NULL...
Edward Hervey
2006-06-05
1
-1
/
+1
*
docs/design/part-overview.txt: Make upsteam/downstream concepts more clear.
Wim Taymans
2006-05-08
1
-26
/
+129
*
gst/gstsegment.c: Added some more docs.
Wim Taymans
2006-04-10
1
-3
/
+7
*
gst/gstsegment.c: Return correct return type in case of errors.
Wim Taymans
2006-03-14
1
-2
/
+2
*
Documentation updates.
Wim Taymans
2006-03-13
1
-9
/
+20
*
gst/gstbin.c: Help the compiler a bit with type registration.
Wim Taymans
2006-02-28
1
-1
/
+1
*
gst/gstsegment.c: No reason to refuse to clip when start == -1
Wim Taymans
2006-02-02
1
-10
/
+13
*
libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate...
Sébastien Moutte
2006-01-12
1
-0
/
+1
*
gst/gstsegment.c: Added more documentation.
Wim Taymans
2005-12-12
1
-8
/
+68
*
gst/base/gstbasesink.c: Properly handle non GST_FORMAT_TIME segment
Edward Hervey
2005-11-29
1
-1
/
+1
*
gst/gstsegment.*: Make binding friendly.
Wim Taymans
2005-11-21
1
-0
/
+56
*
More segment updates, replace code in plugins with segment helper functions.
Wim Taymans
2005-11-21
1
-11
/
+53
*
gst/gstsegment.c (gst_segment_init): Initialize abs_rate.
Andy Wingo
2005-11-21
1
-0
/
+1
*
More segment updates and more checks.
Wim Taymans
2005-11-21
1
-11
/
+33
*
Added segment helper structure and methods. Not fully implemented yet.
Wim Taymans
2005-11-20
1
-0
/
+353