projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1fdf5d
)
theoradec: fix query
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 9 Dec 2009 16:24:01 +0000
(17:24 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 9 Dec 2009 16:24:01 +0000
(17:24 +0100)
ext/theora/theoradec.c
patch
|
blob
|
history
diff --git
a/ext/theora/theoradec.c
b/ext/theora/theoradec.c
index 169fc29c689eefb087a062fa9591df6ce98cdf47..6eef4729d5f279db4c41c52961907a044392a3cd 100644
(file)
--- a/
ext/theora/theoradec.c
+++ b/
ext/theora/theoradec.c
@@
-430,7
+430,7
@@
theora_dec_src_query (GstPad * pad, GstQuery * query)
case GST_QUERY_DURATION:
{
/* forward to peer for total */
- res = gst_pad_peer_query (pad, query);
+ res = gst_pad_peer_query (
dec->sink
pad, query);
if (!res)
goto error;