mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
aggregator: code cleanups
Fix comment typos, some copy'n'paste in logging. Add more doc comments.
This commit is contained in:
parent
14a9ba2fa4
commit
35a4149caf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue