decodebin: Fix typo in comment
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Sun, 12 Oct 2014 21:03:20 +0000 (00:03 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 21 Oct 2014 09:05:53 +0000 (11:05 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=738416

gst/playback/gstdecodebin2.c

index fe9ad3f..079ff53 100644 (file)
@@ -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))