diff options
Diffstat (limited to 'gst/law/mulaw-encode.c')
-rw-r--r-- | gst/law/mulaw-encode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/law/mulaw-encode.c b/gst/law/mulaw-encode.c index bb08b7a0..d1eb8497 100644 --- a/gst/law/mulaw-encode.c +++ b/gst/law/mulaw-encode.c @@ -60,7 +60,7 @@ mulawenc_link (GstPad *pad, GstCaps *caps) if (!gst_caps_get (caps, "rate", &rate, "channels", &channels, NULL)) - return GST_PAD_LINK_REFUSED; + return GST_PAD_LINK_DELAYED; tempcaps = GST_CAPS_NEW ( "sinesrc_src_caps", |