summaryrefslogtreecommitdiff
path: root/omx/gstomxvideodec.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-11-01 13:58:38 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-11-01 13:58:38 +0100
commit3b4260e54f1ca392d3bea68ee739199fb7da332e (patch)
treeea307942d508b8e9cb5ad589956f74cd55119ea2 /omx/gstomxvideodec.h
parentf631097284b81a78c6fad933dcbb8fd614ffa76a (diff)
downloadgst-omx-3b4260e54f1ca392d3bea68ee739199fb7da332e.tar.gz
omxvideodec: Forward downstream flow returns to upstream
Diffstat (limited to 'omx/gstomxvideodec.h')
-rw-r--r--omx/gstomxvideodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/omx/gstomxvideodec.h b/omx/gstomxvideodec.h
index f342feb..4fa4ffe 100644
--- a/omx/gstomxvideodec.h
+++ b/omx/gstomxvideodec.h
@@ -58,6 +58,8 @@ struct _GstOMXVideoDec
/* TRUE if the component is configured and saw
* the first buffer */
gboolean started;
+
+ GstFlowReturn downstream_flow_ret;
};
struct _GstOMXVideoDecClass