mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
nego if not done yet
Original commit message from CVS: nego if not done yet
This commit is contained in:
parent
af9b02817f
commit
f612df4dfc
1 changed files with 5 additions and 0 deletions
|
@ -381,6 +381,11 @@ gst_ffmpegcsp_chain (GstPad * pad, GstData * data)
|
|||
gst_buffer_unref (inbuf);
|
||||
}
|
||||
|
||||
/* try negotiating here if it isn't yet */
|
||||
if (!gst_pad_is_negotiated (space->srcpad)) {
|
||||
gst_pad_renegotiate (space->srcpad);
|
||||
}
|
||||
|
||||
gst_pad_push (space->srcpad, GST_DATA (outbuf));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue