Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
d7caf1db
Commit
d7caf1db
authored
Mar 23, 2012
by
Mark Nauwelaerts
Browse files
imagefreeze: immediately return GST_FLOW_EOS
... rather than _OK since we will not be caring about subsequent buffer anyway.
parent
ff616b11
Changes
1
Show whitespace changes
Inline
Side-by-side
gst/imagefreeze/gstimagefreeze.c
View file @
d7caf1db
...
...
@@ -687,7 +687,7 @@ gst_image_freeze_sink_chain (GstPad * pad, GstObject * parent,
gst_pad_start_task
(
self
->
srcpad
,
(
GstTaskFunction
)
gst_image_freeze_src_loop
,
self
->
srcpad
);
g_mutex_unlock
(
&
self
->
lock
);
return
GST_FLOW_
OK
;
return
GST_FLOW_
EOS
;
}
static
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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