mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +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,
|
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;
|
||||||
|
|
Loading…
Reference in a new issue