mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
shmpipe: Should not use glib type without ifdef
The shmpipe should build without GLIB.
This commit is contained in:
parent
859daad65d
commit
809d313493
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ sp_get_fd (ShmPipe * self)
|
|||
return self->main_socket;
|
||||
}
|
||||
|
||||
const gchar *
|
||||
const char *
|
||||
sp_get_shm_area_name (ShmPipe * self)
|
||||
{
|
||||
if (self->shm_area)
|
||||
|
|
Loading…
Reference in a new issue