mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
theoradec: fix query
This commit is contained in:
parent
f1fdf5d3e4
commit
1a7c8c7919
1 changed files with 1 additions and 1 deletions
|
@ -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->sinkpad, query);
|
||||
if (!res)
|
||||
goto error;
|
||||
|
||||
|
|
Loading…
Reference in a new issue