mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
m3u8: Mark uri_join() function as static
We don't really want to export this, especially not without any namespacing. This can cause problems for static builds.
This commit is contained in:
parent
b0a6b5eac8
commit
674efaadd9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
static GstM3U8MediaFile *gst_m3u8_media_file_new (gchar * uri,
|
||||
gchar * title, GstClockTime duration, guint sequence);
|
||||
gchar *uri_join (const gchar * uri, const gchar * path);
|
||||
static gchar *uri_join (const gchar * uri, const gchar * path);
|
||||
|
||||
GstM3U8 *
|
||||
gst_m3u8_new (void)
|
||||
|
|
Loading…
Reference in a new issue