mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtpvrawdepay: negotiate pool with srcpad caps
This commit is contained in:
parent
2dc8425f03
commit
dbe941338d
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ gst_rtp_vraw_depay_setcaps (GstRTPBaseDepayload * depayload, GstCaps * caps)
|
|||
xinc, yinc, pgroup);
|
||||
|
||||
/* negotiate a bufferpool */
|
||||
if ((ret = gst_rtp_vraw_depay_negotiate_pool (rtpvrawdepay, caps,
|
||||
if ((ret = gst_rtp_vraw_depay_negotiate_pool (rtpvrawdepay, srccaps,
|
||||
&rtpvrawdepay->vinfo)) != GST_FLOW_OK)
|
||||
goto no_bufferpool;
|
||||
|
||||
|
|
Loading…
Reference in a new issue