mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Don't throw an error if we can't negotiate caps
Original commit message from CVS: Don't throw an error if we can't negotiate caps
This commit is contained in:
parent
26136b62ea
commit
54537fdb26
1 changed files with 0 additions and 5 deletions
|
@ -392,11 +392,6 @@ gst_colorspace_srcconnect_func (GstPad *pad, GstCaps *caps, gboolean newcaps)
|
||||||
}
|
}
|
||||||
gst_caps_unref (try_peercaps);
|
gst_caps_unref (try_peercaps);
|
||||||
|
|
||||||
if (gst_pad_recover_caps_error (space->srcpad, NULL)) {
|
|
||||||
res = GST_PAD_LINK_DONE;
|
|
||||||
goto success;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* we disable ourself here */
|
/* we disable ourself here */
|
||||||
space->disabled = TRUE;
|
space->disabled = TRUE;
|
||||||
goto done;
|
goto done;
|
||||||
|
|
Loading…
Reference in a new issue