diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/artsd/gstartsdsink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/artsd/gstartsdsink.c b/ext/artsd/gstartsdsink.c index 894b3cd5..d9613f74 100644 --- a/ext/artsd/gstartsdsink.c +++ b/ext/artsd/gstartsdsink.c @@ -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, |