mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
_query_peer_*() -> _peer_query_*()
This commit is contained in:
parent
71540b5fc1
commit
f65f9938d0
1 changed files with 1 additions and 1 deletions
|
@ -2005,7 +2005,7 @@ gst_ffmpegdec_video_frame (GstFFMpegDec * ffmpegdec,
|
||||||
* really remove this because it is the only way of setting frame offsets
|
* really remove this because it is the only way of setting frame offsets
|
||||||
* on outgoing buffers. We should have metadata so that the upstream peer
|
* on outgoing buffers. We should have metadata so that the upstream peer
|
||||||
* can set a frame number on the encoded data. */
|
* can set a frame number on the encoded data. */
|
||||||
gst_pad_query_peer_convert (ffmpegdec->sinkpad,
|
gst_pad_peer_query_convert (ffmpegdec->sinkpad,
|
||||||
GST_FORMAT_TIME, out_timestamp, GST_FORMAT_DEFAULT, &out_offset);
|
GST_FORMAT_TIME, out_timestamp, GST_FORMAT_DEFAULT, &out_offset);
|
||||||
} else if (dec_info->offset != GST_BUFFER_OFFSET_NONE) {
|
} else if (dec_info->offset != GST_BUFFER_OFFSET_NONE) {
|
||||||
/* FIXME, the input offset is input media specific and might not
|
/* FIXME, the input offset is input media specific and might not
|
||||||
|
|
Loading…
Reference in a new issue