summaryrefslogtreecommitdiff
path: root/ext/ogg/gstogmparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ogg/gstogmparse.c')
-rw-r--r--ext/ogg/gstogmparse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ogg/gstogmparse.c b/ext/ogg/gstogmparse.c
index e4acdcd0..cdf3c752 100644
--- a/ext/ogg/gstogmparse.c
+++ b/ext/ogg/gstogmparse.c
@@ -231,7 +231,7 @@ gst_ogm_audio_parse_get_type (void)
return ogm_audio_parse_type;
}
-GType
+static GType
gst_ogm_video_parse_get_type (void)
{
static GType ogm_video_parse_type = 0;
@@ -257,7 +257,7 @@ gst_ogm_video_parse_get_type (void)
return ogm_video_parse_type;
}
-GType
+static GType
gst_ogm_text_parse_get_type (void)
{
static GType ogm_text_parse_type = 0;