gstreamer: segment: small docs addition
Nicolas Dufresne
nicolas.dufresne at collabora.com
Sun Apr 5 08:59:31 PDT 2015
Hello,
This addition isn't fully correct. Positon is also used by
gst_segment_do_seek().
cheers,
Nicolas
Le samedi 04 avril 2015 à 11:33 -0700, Tim Müller a écrit :
> Module: gstreamer
> Branch: master
> Commit: c8f680e395a2520b231c2ce8b38d131005f5e2f1
> URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=c8f680e395a2520b231c2ce8b38d131005f5e2f1
>
> Author: Tim-Philipp Müller <tim at centricular.com>
> Date: Sat Apr 4 19:29:51 2015 +0100
>
> segment: small docs addition
>
> https://bugzilla.gnome.org/show_bug.cgi?id=690564
>
> ---
>
> gst/gstsegment.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gst/gstsegment.h b/gst/gstsegment.h
> index dfe6ace..f0f7af5 100644
> --- a/gst/gstsegment.h
> +++ b/gst/gstsegment.h
> @@ -179,7 +179,8 @@ typedef enum { /*< flags >*/
> * @start: the start of the segment
> * @stop: the stop of the segment
> * @time: the stream time of the segment
> - * @position: the position in the segment
> + * @position: the position in the segment (used internally by elements
> + * such as sources, demuxers or parsers to track progress)
> * @duration: the duration of the segment
> *
> * A helper structure that holds the configured region of
>
> _______________________________________________
> gstreamer-commits mailing list
> gstreamer-commits at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-commits
More information about the gstreamer-devel
mailing list