projects
/
platform
/
upstream
/
gst-omx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39672e7
)
omx: Flushing is also allowed in Paused state
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Tue, 12 Feb 2013 10:37:38 +0000
(11:37 +0100)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Tue, 12 Feb 2013 10:37:38 +0000
(11:37 +0100)
omx/gstomx.c
patch
|
blob
|
history
diff --git
a/omx/gstomx.c
b/omx/gstomx.c
index
07178dd
..
4c545ac
100644
(file)
--- a/
omx/gstomx.c
+++ b/
omx/gstomx.c
@@
-1304,8
+1304,8
@@
gst_omx_port_set_flushing (GstOMXPort * port, gboolean flush)
goto done;
}
- if (comp->state != OMX_StateIdle && comp->state != OMX_StateExecuting
) {
-
+ if (comp->state != OMX_StateIdle && comp->state != OMX_StateExecuting
+ && comp->state != OMX_StatePause) {
GST_DEBUG_OBJECT (comp->parent, "Component is in wrong state: %d",
comp->state);
err = OMX_ErrorUndefined;