mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 22:28:22 +00:00
Forgot to mark one function as static
Original commit message from CVS: Forgot to mark one function as static
This commit is contained in:
parent
bac7d40601
commit
396a5c8129
1 changed files with 3 additions and 3 deletions
|
@ -475,9 +475,9 @@ gst_flacenc_write_callback (const FLAC__SeekableStreamEncoder *encoder,
|
|||
return FLAC__STREAM_ENCODER_OK;
|
||||
}
|
||||
|
||||
void add_one_tag (const GstTagList *list,
|
||||
const gchar *tag,
|
||||
gpointer user_data)
|
||||
static void
|
||||
add_one_tag (const GstTagList *list, const gchar *tag,
|
||||
gpointer user_data)
|
||||
{
|
||||
GList *comments;
|
||||
GList *it;
|
||||
|
|
Loading…
Reference in a new issue