mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Remove some trailing white spaces
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1006>
This commit is contained in:
parent
b757d12cff
commit
2d969f8ad4
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <glib/gprintf.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
/* There are several supported scenarios
|
||||
/* There are several supported scenarios
|
||||
0) Play rate to 1x -> Apply 'instant-rate-change' to 2x -> Apply 'instant-rate-change' to 0.25x (repeat as fast as possible for 2 sec) -> let play for 2s
|
||||
1) Play rate to 1x -> Apply 'instant-rate-change' to 2x -> run for 10s, then pause -> wait 10s -> play
|
||||
2) Play rate to 1x -> Apply 'instant-rate-change' to 2x -> run for 10s, then pause -> wait 10s -> Apply 'instant-rate-change' to 1x -> play
|
||||
|
|
|
@ -174,7 +174,7 @@ struct timespec
|
|||
#endif /* STRUCT_TIMESPEC_DEFINITION_MISSING */
|
||||
|
||||
#ifdef STRUCT_ITIMERSPEC_DEFINITION_MISSING
|
||||
/*
|
||||
/*
|
||||
* The following structure is defined in POSIX.1b for timer start values and intervals.
|
||||
* If it is not defined in time.h, then we need to define it here.
|
||||
*/
|
||||
|
@ -185,7 +185,7 @@ struct itimerspec
|
|||
};
|
||||
#endif /* STRUCT_ITIMERSPEC_DEFINITION_MISSING */
|
||||
|
||||
/*
|
||||
/*
|
||||
* Do a simple forward declaration in case the struct is not defined.
|
||||
* In the versions of timer_create in libcompat, sigevent is never
|
||||
* used.
|
||||
|
|
Loading…
Reference in a new issue