[clutter-gst/broken/pbo-upload: 1/7] video-texture: seek to the nearest keyframe
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/broken/pbo-upload: 1/7] video-texture: seek to the nearest keyframe
- Date: Thu, 27 Oct 2011 14:12:48 +0000 (UTC)
commit 477388a4f7a1ed1072ef8529839953930058bf70
Author: Damien Lespiau <damien lespiau intel com>
Date: Tue Mar 30 15:45:08 2010 +0100
video-texture: seek to the nearest keyframe
clutter-gst/clutter-gst-video-texture.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-texture.c b/clutter-gst/clutter-gst-video-texture.c
index 85b2160..9b91c2d 100644
--- a/clutter-gst/clutter-gst-video-texture.c
+++ b/clutter-gst/clutter-gst-video-texture.c
@@ -369,7 +369,7 @@ set_progress (ClutterGstVideoTexture *video_texture,
gst_element_seek (priv->pipeline,
1.0,
GST_FORMAT_TIME,
- GST_SEEK_FLAG_FLUSH,
+ GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT,
GST_SEEK_TYPE_SET,
position,
0, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]