aggregator: code cleanups

Fix comment typos, some copy'n'paste in logging. Add more doc comments.
This commit is contained in:
Stefan Sauer 2017-07-13 21:55:55 +02:00
parent 14a9ba2fa4
commit 35a4149caf

View 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, gst_event_parse_seek (event, &rate, &seek_format, &flags, &start_type,
&start, &stop_type, &stop); &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) if ((start_type != GST_SEEK_TYPE_NONE)
&& (start_type != GST_SEEK_TYPE_SET)) { && (start_type != GST_SEEK_TYPE_SET)) {
result = FALSE; result = FALSE;