From f60da86ae2cf8697503c1d54c74752bc6ebce7b5 Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Mon, 13 Oct 2014 00:03:20 +0300 Subject: [PATCH] decodebin: Fix typo in comment https://bugzilla.gnome.org/show_bug.cgi?id=738416 --- gst/playback/gstdecodebin2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/playback/gstdecodebin2.c b/gst/playback/gstdecodebin2.c index fe9ad3f1e8..079ff53464 100644 --- a/gst/playback/gstdecodebin2.c +++ b/gst/playback/gstdecodebin2.c @@ -1560,7 +1560,7 @@ analyze_new_pad (GstDecodeBin * dbin, GstElement * src, GstPad * pad, /* 1. Emit 'autoplug-continue' the result will tell us if this pads needs * further autoplugging. Only do this for fixed caps, for unfixed caps * we will later come here again from the notify::caps handler. The - * problem with unfixed caps is that we can reliably tell if the output + * problem with unfixed caps is that, we can't reliably tell if the output * is e.g. accepted by a sink because only parts of the possible final * caps might be accepted by the sink. */ if (gst_caps_is_fixed (caps))