2005-11-20 19:11:09 +00:00
|
|
|
/* GStreamer
|
|
|
|
* Copyright (C) 2005 Wim Taymans <wim@fluendo.com>
|
|
|
|
*
|
|
|
|
* gstsegment.h: Header for GstSegment subsystem
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Library General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Library General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
* License along with this library; if not, write to the
|
|
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
* Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef __GST_SEGMENT_H__
|
|
|
|
#define __GST_SEGMENT_H__
|
|
|
|
|
|
|
|
#include <gst/gstformat.h>
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
2005-11-21 19:00:28 +00:00
|
|
|
#define GST_TYPE_SEGMENT (gst_segment_get_type())
|
|
|
|
|
2005-11-20 19:11:09 +00:00
|
|
|
typedef struct _GstSegment GstSegment;
|
|
|
|
|
2011-05-13 16:07:24 +00:00
|
|
|
/**
|
|
|
|
* GstSeekType:
|
|
|
|
* @GST_SEEK_TYPE_NONE: no change in position is required
|
|
|
|
* @GST_SEEK_TYPE_SET: absolute position is requested
|
|
|
|
* @GST_SEEK_TYPE_END: relative position to duration is requested
|
|
|
|
*
|
|
|
|
* The different types of seek events. When constructing a seek event with
|
|
|
|
* gst_event_new_seek() or when doing gst_segment_do_seek ().
|
|
|
|
*/
|
|
|
|
typedef enum {
|
|
|
|
/* one of these */
|
|
|
|
GST_SEEK_TYPE_NONE = 0,
|
2011-10-28 13:52:58 +00:00
|
|
|
GST_SEEK_TYPE_SET = 1,
|
|
|
|
GST_SEEK_TYPE_END = 2
|
2011-05-13 16:07:24 +00:00
|
|
|
} GstSeekType;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* GstSeekFlags:
|
|
|
|
* @GST_SEEK_FLAG_NONE: no flag
|
|
|
|
* @GST_SEEK_FLAG_FLUSH: flush pipeline
|
|
|
|
* @GST_SEEK_FLAG_ACCURATE: accurate position is requested, this might
|
|
|
|
* be considerably slower for some formats.
|
|
|
|
* @GST_SEEK_FLAG_KEY_UNIT: seek to the nearest keyframe. This might be
|
|
|
|
* faster but less accurate.
|
|
|
|
* @GST_SEEK_FLAG_SEGMENT: perform a segment seek.
|
|
|
|
* @GST_SEEK_FLAG_SKIP: when doing fast foward or fast reverse playback, allow
|
|
|
|
* elements to skip frames instead of generating all
|
|
|
|
* frames. Since 0.10.22.
|
2012-04-30 08:58:09 +00:00
|
|
|
* @GST_SEEK_FLAG_SNAP_BEFORE: go to a location before the requested position,
|
|
|
|
* if KEY_UNIT this means the keyframe at or before the
|
|
|
|
* requested position the one at or before the seek target.
|
|
|
|
* Since 0.10.37.
|
|
|
|
* @GST_SEEK_FLAG_SNAP_AFTER: go to a location after the requested position,
|
|
|
|
* if KEY_UNIT this means the keyframe at of after the
|
|
|
|
* requested position. Since 0.10.37.
|
|
|
|
* @GST_SEEK_FLAG_SNAP_NEAREST: go to a position near the requested position,
|
|
|
|
* if KEY_UNIT this means the keyframe closest to the
|
|
|
|
* requested position, if both keyframes are at an equal
|
|
|
|
* distance, behaves like SNAP_BEFORE. Since 0.10.37.
|
2011-05-13 16:07:24 +00:00
|
|
|
*
|
|
|
|
* Flags to be used with gst_element_seek() or gst_event_new_seek(). All flags
|
|
|
|
* can be used together.
|
|
|
|
*
|
|
|
|
* A non flushing seek might take some time to perform as the currently
|
|
|
|
* playing data in the pipeline will not be cleared.
|
|
|
|
*
|
|
|
|
* An accurate seek might be slower for formats that don't have any indexes
|
|
|
|
* or timestamp markers in the stream. Specifying this flag might require a
|
|
|
|
* complete scan of the file in those cases.
|
|
|
|
*
|
|
|
|
* When performing a segment seek: after the playback of the segment completes,
|
|
|
|
* no EOS will be emmited by the element that performed the seek, but a
|
|
|
|
* #GST_MESSAGE_SEGMENT_DONE message will be posted on the bus by the element.
|
|
|
|
* When this message is posted, it is possible to send a new seek event to
|
2011-09-08 12:23:50 +00:00
|
|
|
* continue playback. With this seek method it is possible to perform seamless
|
2011-05-13 16:07:24 +00:00
|
|
|
* looping or simple linear editing.
|
|
|
|
*
|
|
|
|
* When doing fast forward (rate > 1.0) or fast reverse (rate < -1.0) trickmode
|
|
|
|
* playback, the @GST_SEEK_FLAG_SKIP flag can be used to instruct decoders
|
|
|
|
* and demuxers to adjust the playback rate by skipping frames. This can improve
|
|
|
|
* performance and decrease CPU usage because not all frames need to be decoded.
|
|
|
|
*
|
2012-04-30 08:58:09 +00:00
|
|
|
* The @GST_SEEK_FLAG_SNAP_BEFORE flag can be used to snap to the previous
|
|
|
|
* relevant location, and the @GST_SEEK_FLAG_SNAP_AFTER flag can be used to
|
|
|
|
* select the next relevant location. If KEY_UNIT is specified, the relevant
|
|
|
|
* location is a keyframe. If both flags are specified, the nearest of these
|
|
|
|
* locations will be selected. If none are specified, the implementation is
|
|
|
|
* free to select whichever it wants.
|
|
|
|
* The before and after here are in running time, so when playing backwards,
|
|
|
|
* the next location refers to the one that will played in next, and not the
|
|
|
|
* one that is located after in the actual source stream.
|
|
|
|
*
|
2011-05-13 16:07:24 +00:00
|
|
|
* Also see part-seeking.txt in the GStreamer design documentation for more
|
|
|
|
* details on the meaning of these flags and the behaviour expected of
|
|
|
|
* elements that handle them.
|
|
|
|
*/
|
|
|
|
typedef enum {
|
|
|
|
GST_SEEK_FLAG_NONE = 0,
|
|
|
|
GST_SEEK_FLAG_FLUSH = (1 << 0),
|
|
|
|
GST_SEEK_FLAG_ACCURATE = (1 << 1),
|
|
|
|
GST_SEEK_FLAG_KEY_UNIT = (1 << 2),
|
|
|
|
GST_SEEK_FLAG_SEGMENT = (1 << 3),
|
2012-04-30 08:58:09 +00:00
|
|
|
GST_SEEK_FLAG_SKIP = (1 << 4),
|
|
|
|
GST_SEEK_FLAG_SNAP_BEFORE = (1 << 5),
|
|
|
|
GST_SEEK_FLAG_SNAP_AFTER = (1 << 6),
|
|
|
|
GST_SEEK_FLAG_SNAP_NEAREST = GST_SEEK_FLAG_SNAP_BEFORE | GST_SEEK_FLAG_SNAP_AFTER,
|
|
|
|
/* Careful to restart next flag with 1<<7 here */
|
2011-05-13 16:07:24 +00:00
|
|
|
} GstSeekFlags;
|
|
|
|
|
2011-06-08 14:41:05 +00:00
|
|
|
/**
|
|
|
|
* GstSegmentFlags:
|
|
|
|
* @GST_SEGMENT_FLAG_NONE: no flags
|
|
|
|
* @GST_SEGMENT_FLAG_RESET: reset the pipeline running_time to the segment
|
|
|
|
* running_time
|
|
|
|
* @GST_SEGMENT_FLAG_SKIP: perform skip playback
|
|
|
|
*
|
|
|
|
* Flags for the GstSegment structure. Currently mapped to the corresponding
|
|
|
|
* values of the seek flags.
|
|
|
|
*/
|
2012-07-04 15:16:04 +00:00
|
|
|
/* Note: update gst_segment_do_seek() when adding new flags here */
|
2011-06-08 14:41:05 +00:00
|
|
|
typedef enum {
|
|
|
|
GST_SEGMENT_FLAG_NONE = GST_SEEK_FLAG_NONE,
|
|
|
|
GST_SEGMENT_FLAG_RESET = GST_SEEK_FLAG_FLUSH,
|
|
|
|
GST_SEGMENT_FLAG_SKIP = GST_SEEK_FLAG_SKIP
|
|
|
|
} GstSegmentFlags;
|
|
|
|
|
2005-11-20 19:11:09 +00:00
|
|
|
/**
|
|
|
|
* GstSegment:
|
2011-05-13 16:07:24 +00:00
|
|
|
* @flags: flags for this segment
|
2005-11-20 19:11:09 +00:00
|
|
|
* @rate: the rate of the segment
|
2011-05-09 15:51:07 +00:00
|
|
|
* @applied_rate: the already applied rate to the segment
|
2005-11-20 19:11:09 +00:00
|
|
|
* @format: the format of the segment values
|
2011-05-13 16:07:24 +00:00
|
|
|
* @base: the base time of the segment
|
2005-11-20 19:11:09 +00:00
|
|
|
* @start: the start of the segment
|
|
|
|
* @stop: the stop of the segment
|
|
|
|
* @time: the stream time of the segment
|
2011-09-26 17:24:19 +00:00
|
|
|
* @position: the position in the segment
|
|
|
|
* @duration: the duration of the segment
|
2005-11-20 19:11:09 +00:00
|
|
|
*
|
|
|
|
* A helper structure that holds the configured region of
|
|
|
|
* interest in a media file.
|
|
|
|
*/
|
|
|
|
struct _GstSegment {
|
|
|
|
/*< public >*/
|
2011-06-08 14:41:05 +00:00
|
|
|
GstSegmentFlags flags;
|
2011-05-13 16:07:24 +00:00
|
|
|
|
|
|
|
gdouble rate;
|
|
|
|
gdouble applied_rate;
|
|
|
|
|
|
|
|
GstFormat format;
|
|
|
|
guint64 base;
|
|
|
|
guint64 start;
|
|
|
|
guint64 stop;
|
|
|
|
guint64 time;
|
|
|
|
|
|
|
|
guint64 position;
|
|
|
|
guint64 duration;
|
2012-01-27 17:46:49 +00:00
|
|
|
|
|
|
|
/* < private > */
|
|
|
|
gpointer _gst_reserved[GST_PADDING];
|
2005-11-20 19:11:09 +00:00
|
|
|
};
|
|
|
|
|
2006-07-20 10:50:20 +00:00
|
|
|
GType gst_segment_get_type (void);
|
gst/gstsegment.*: Make binding friendly.
Original commit message from CVS:
* gst/gstsegment.c: (gst_segment_copy), (gst_segment_get_type),
(gst_segment_new), (gst_segment_free), (gst_segment_init),
(gst_segment_set_duration), (gst_segment_set_last_stop),
(gst_segment_set_seek), (gst_segment_set_newsegment),
(gst_segment_to_stream_time), (gst_segment_to_running_time),
(gst_segment_clip):
* gst/gstsegment.h:
Make binding friendly.
2005-11-21 18:53:06 +00:00
|
|
|
|
2011-11-26 18:57:44 +00:00
|
|
|
GstSegment * gst_segment_new (void) G_GNUC_MALLOC;
|
2011-11-26 19:44:23 +00:00
|
|
|
GstSegment * gst_segment_copy (const GstSegment *segment) G_GNUC_MALLOC;
|
2011-05-13 16:07:24 +00:00
|
|
|
void gst_segment_copy_into (const GstSegment *src, GstSegment *dest);
|
2006-07-20 10:50:20 +00:00
|
|
|
void gst_segment_free (GstSegment *segment);
|
gst/gstsegment.*: Make binding friendly.
Original commit message from CVS:
* gst/gstsegment.c: (gst_segment_copy), (gst_segment_get_type),
(gst_segment_new), (gst_segment_free), (gst_segment_init),
(gst_segment_set_duration), (gst_segment_set_last_stop),
(gst_segment_set_seek), (gst_segment_set_newsegment),
(gst_segment_to_stream_time), (gst_segment_to_running_time),
(gst_segment_clip):
* gst/gstsegment.h:
Make binding friendly.
2005-11-21 18:53:06 +00:00
|
|
|
|
2006-07-20 10:50:20 +00:00
|
|
|
void gst_segment_init (GstSegment *segment, GstFormat format);
|
2005-11-20 19:11:09 +00:00
|
|
|
|
2011-05-13 16:07:24 +00:00
|
|
|
guint64 gst_segment_to_stream_time (const GstSegment *segment, GstFormat format, guint64 position);
|
|
|
|
guint64 gst_segment_to_running_time (const GstSegment *segment, GstFormat format, guint64 position);
|
|
|
|
guint64 gst_segment_to_position (const GstSegment *segment, GstFormat format, guint64 running_time);
|
2005-11-20 19:11:09 +00:00
|
|
|
|
2011-05-13 16:07:24 +00:00
|
|
|
gboolean gst_segment_set_running_time (GstSegment *segment, GstFormat format, guint64 running_time);
|
2005-11-20 19:11:09 +00:00
|
|
|
|
2011-05-13 16:07:24 +00:00
|
|
|
gboolean gst_segment_clip (const GstSegment *segment, GstFormat format, guint64 start,
|
|
|
|
guint64 stop, guint64 *clip_start, guint64 *clip_stop);
|
2005-11-20 19:11:09 +00:00
|
|
|
|
2009-06-04 10:48:51 +00:00
|
|
|
|
2011-05-13 16:07:24 +00:00
|
|
|
gboolean gst_segment_do_seek (GstSegment * segment, gdouble rate,
|
|
|
|
GstFormat format, GstSeekFlags flags,
|
|
|
|
GstSeekType start_type, guint64 start,
|
|
|
|
GstSeekType stop_type, guint64 stop, gboolean * update);
|
2009-06-04 10:48:51 +00:00
|
|
|
|
2005-11-20 19:11:09 +00:00
|
|
|
G_END_DECLS
|
|
|
|
|
|
|
|
#endif /* __GST_SEGMENT_H__ */
|