mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
vorbisdec: fix peer query
This commit is contained in:
parent
1a7c8c7919
commit
79b25e634c
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ vorbis_dec_src_query (GstPad * pad, GstQuery * query)
|
||||||
}
|
}
|
||||||
case GST_QUERY_DURATION:
|
case GST_QUERY_DURATION:
|
||||||
{
|
{
|
||||||
res = gst_pad_peer_query (pad, query);
|
res = gst_pad_peer_query (dec->sinkpad, query);
|
||||||
if (!res)
|
if (!res)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue