diff options
Diffstat (limited to 'ext/ivorbis/vorbisfile.c')
-rw-r--r-- | ext/ivorbis/vorbisfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ivorbis/vorbisfile.c b/ext/ivorbis/vorbisfile.c index a7781769..e31739a6 100644 --- a/ext/ivorbis/vorbisfile.c +++ b/ext/ivorbis/vorbisfile.c @@ -85,7 +85,7 @@ GType ivorbisfile_get_type (void); static GstPadTemplate *gst_vorbisdec_src_template, *gst_vorbisdec_sink_template; /* elementfactory information */ -GstElementDetails ivorbisfile_details = +static const GstElementDetails ivorbisfile_details = GST_ELEMENT_DETAILS ("Ogg Vorbis audio decoder", "Codec/Decoder/Audio", "Decodes OGG Vorbis audio using the Tremor vorbisfile API", |