mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
celtenc: fix latency query
https://bugzilla.gnome.org/show_bug.cgi?id=616421
This commit is contained in:
parent
97d456bad2
commit
826eb57183
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ gst_celt_enc_src_query (GstPad * pad, GstQuery * query)
|
|||
GstClockTime min_latency, max_latency;
|
||||
gint64 latency;
|
||||
|
||||
if ((res = gst_pad_peer_query (pad, query))) {
|
||||
if ((res = gst_pad_peer_query (enc->sinkpad, query))) {
|
||||
gst_query_parse_latency (query, &live, &min_latency, &max_latency);
|
||||
|
||||
latency = gst_celt_enc_get_latency (enc);
|
||||
|
|
Loading…
Reference in a new issue