mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
shmpipe: Update code standard
This commit is contained in:
parent
c60ef5e81f
commit
e8b4310aa6
1 changed files with 5 additions and 5 deletions
|
@ -474,7 +474,7 @@ sp_writer_free_block (ShmBlock * block)
|
|||
/* Returns the number of client this has successfully been sent to */
|
||||
|
||||
int
|
||||
sp_writer_send_buf (ShmPipe * self, char * buf, size_t size)
|
||||
sp_writer_send_buf (ShmPipe * self, char *buf, size_t size)
|
||||
{
|
||||
ShmArea *area = NULL;
|
||||
unsigned long offset = 0;
|
||||
|
@ -824,7 +824,7 @@ sp_writer_pending_writes (ShmPipe * self)
|
|||
}
|
||||
|
||||
const char *
|
||||
sp_writer_get_path (ShmPipe *pipe)
|
||||
sp_writer_get_path (ShmPipe * pipe)
|
||||
{
|
||||
return pipe->socket_path;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue