Remove some trailing white spaces

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1006>
This commit is contained in:
Seungha Yang 2022-02-08 23:30:00 +09:00 committed by GStreamer Marge Bot
parent b757d12cff
commit 2d969f8ad4
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
#include <glib/gprintf.h> #include <glib/gprintf.h>
#include <gst/gst.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 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 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 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

View file

@ -174,7 +174,7 @@ struct timespec
#endif /* STRUCT_TIMESPEC_DEFINITION_MISSING */ #endif /* STRUCT_TIMESPEC_DEFINITION_MISSING */
#ifdef STRUCT_ITIMERSPEC_DEFINITION_MISSING #ifdef STRUCT_ITIMERSPEC_DEFINITION_MISSING
/* /*
* The following structure is defined in POSIX.1b for timer start values and intervals. * 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. * 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 */ #endif /* STRUCT_ITIMERSPEC_DEFINITION_MISSING */
/* /*
* Do a simple forward declaration in case the struct is not defined. * Do a simple forward declaration in case the struct is not defined.
* In the versions of timer_create in libcompat, sigevent is never * In the versions of timer_create in libcompat, sigevent is never
* used. * used.