aggregator: code cleanups
authorStefan Sauer <ensonic@users.sf.net>
Thu, 13 Jul 2017 19:55:55 +0000 (21:55 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 13 Jul 2017 20:02:17 +0000 (22:02 +0200)
Fix comment typos, some copy'n'paste in logging. Add more doc comments.

gst-libs/gst/audio/gstaudioaggregator.c

index 398e2cf..62174c6 100644 (file)
@@ -394,7 +394,7 @@ gst_audio_aggregator_src_event (GstAggregator * agg, GstEvent * event)
       gst_event_parse_seek (event, &rate, &seek_format, &flags, &start_type,
           &start, &stop_type, &stop);
 
-      /* Check the seeking parametters before linking up */
+      /* Check the seeking parameters before linking up */
       if ((start_type != GST_SEEK_TYPE_NONE)
           && (start_type != GST_SEEK_TYPE_SET)) {
         result = FALSE;