mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +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;
|
return FLAC__STREAM_ENCODER_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
void add_one_tag (const GstTagList *list,
|
static void
|
||||||
const gchar *tag,
|
add_one_tag (const GstTagList *list, const gchar *tag,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
GList *comments;
|
GList *comments;
|
||||||
GList *it;
|
GList *it;
|
||||||
|
|
Loading…
Reference in a new issue