summaryrefslogtreecommitdiffstats
path: root/gst/id3tag/id3tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/id3tag/id3tag.h')
-rw-r--r--gst/id3tag/id3tag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/id3tag/id3tag.h b/gst/id3tag/id3tag.h
index 1fb59376..d5504969 100644
--- a/gst/id3tag/id3tag.h
+++ b/gst/id3tag/id3tag.h
@@ -24,9 +24,9 @@ G_BEGIN_DECLS
#define ID3_VERSION_2_3 3
#define ID3_VERSION_2_4 4
-GstBuffer * gst_id3mux_render_v2_tag (GstTagMux * mux, GstTagList * taglist,
+GstBuffer * id3_mux_render_v2_tag (GstTagMux * mux, GstTagList * taglist,
int version);
-GstBuffer * gst_id3mux_render_v1_tag (GstTagMux * mux, GstTagList * taglist);
+GstBuffer * id3_mux_render_v1_tag (GstTagMux * mux, GstTagList * taglist);
G_END_DECLS