mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
And yet another compilation failure
Original commit message from CVS: And yet another compilation failure
This commit is contained in:
parent
c7bd0e5cfe
commit
2a6cf2eb84
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ gst_artsdsink_link (GstPad *pad, GstCaps *caps)
|
|||
{
|
||||
GstArtsdsink *artsdsink = GST_ARTSDSINK (gst_pad_get_parent (pad));
|
||||
|
||||
if (!GST_CAPS_FIXED (caps))
|
||||
if (!GST_CAPS_IS_FIXED (caps))
|
||||
return GST_PAD_LINK_DELAYED;
|
||||
|
||||
gst_caps_get (caps,
|
||||
|
|
Loading…
Reference in a new issue