mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
gst: replace tabs with spaces
In general, the GStreamer elements use spaces for indentation. Replace the tabs by spaces.
This commit is contained in:
parent
437b97f160
commit
d5b1ab9db4
7 changed files with 58 additions and 58 deletions
|
|
@ -62,9 +62,9 @@ struct _GstPipeWireClockClass {
|
|||
GType gst_pipewire_clock_get_type (void);
|
||||
|
||||
GstClock * gst_pipewire_clock_new (struct pw_stream *stream,
|
||||
GstClockTime last_time);
|
||||
GstClockTime last_time);
|
||||
void gst_pipewire_clock_reset (GstPipeWireClock *clock,
|
||||
GstClockTime time);
|
||||
GstClockTime time);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue