Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thibault Saunier
gst-devtools
Commits
ca32c09a
Commit
ca32c09a
authored
Oct 03, 2013
by
Vincent Penquerc'h
Committed by
Olivier Crête
Oct 04, 2013
Browse files
scenario: do not set default seek flags
Seeks will be done with no particular flags, unless specified in the scenario.
parent
2b457316
Changes
1
Hide whitespace changes
Inline
Side-by-side
validate/gst/validate/gst-validate-scenario.c
View file @
ca32c09a
...
...
@@ -129,7 +129,7 @@ _execute_seek (GstValidateScenario * scenario, GstValidateAction * action)
gdouble
rate
=
1
.
0
,
dstart
,
dstop
;
GstFormat
format
=
GST_FORMAT_TIME
;
GstSeekFlags
flags
=
GST_SEEK_FLAG_ACCURATE
|
GST_SEEK_FLAG_FLUSH
;
GstSeekFlags
flags
=
0
;
GstSeekType
start_type
=
GST_SEEK_TYPE_SET
;
GstClockTime
start
;
GstSeekType
stop_type
=
GST_SEEK_TYPE_SET
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment