Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
7205bbc0
Commit
7205bbc0
authored
Jul 30, 2009
by
Stefan Kost
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adder: reset pending flush-stop flag in state_changed. (mostly) Fixes #590146.
parent
8db94962
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gst/adder/gstadder.c
gst/adder/gstadder.c
+1
-0
No files found.
gst/adder/gstadder.c
View file @
7205bbc0
...
...
@@ -1235,6 +1235,7 @@ gst_adder_change_state (GstElement * element, GstStateChange transition)
case
GST_STATE_CHANGE_READY_TO_PAUSED
:
adder
->
timestamp
=
0
;
adder
->
offset
=
0
;
adder
->
flush_stop_pending
=
FALSE
;
adder
->
segment_pending
=
TRUE
;
adder
->
segment_position
=
0
;
adder
->
segment_rate
=
1
.
0
;
...
...
Write
Preview
Markdown
is supported
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