diff options
author | Mark Nauwelaerts <mnauw@users.sourceforge.net> | 2015-02-22 10:02:25 +0100 |
---|---|---|
committer | Mark Nauwelaerts <mnauw@users.sourceforge.net> | 2015-02-23 20:08:20 +0100 |
commit | 70603c1d275379ebe4c9772c663ae6646f51aacd (patch) | |
tree | b1727be32245e2e45bcbed44fbdc035d0f22b20c | |
parent | aca7faf52036d1d99f2a55bf3b2a7ed89184fe1d (diff) |
flowcombiner: fix documentation comment typo
-rw-r--r-- | libs/gst/base/gstflowcombiner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/gstflowcombiner.c b/libs/gst/base/gstflowcombiner.c index bbde72eed..5d11c6d78 100644 --- a/libs/gst/base/gstflowcombiner.c +++ b/libs/gst/base/gstflowcombiner.c @@ -200,7 +200,7 @@ done: * * Computes the combined flow return for the pads in it. * - * The #GstFlowReturn paramter should be the last flow return update for a pad + * The #GstFlowReturn parameter should be the last flow return update for a pad * in this #GstFlowCombiner. It will use this value to be able to shortcut some * combinations and avoid looking over all pads again. e.g. The last combined * return is the same as the latest obtained #GstFlowReturn. |