theoradec: fix query
This commit is contained in:
parent
f1fdf5d3e4
commit
1a7c8c7919
@ -430,7 +430,7 @@ theora_dec_src_query (GstPad * pad, GstQuery * query)
|
|||||||
case GST_QUERY_DURATION:
|
case GST_QUERY_DURATION:
|
||||||
{
|
{
|
||||||
/* forward to peer for total */
|
/* forward to peer for total */
|
||||||
res = gst_pad_peer_query (pad, query);
|
res = gst_pad_peer_query (dec->sinkpad, query);
|
||||||
if (!res)
|
if (!res)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user