vorbis: Fix compilation after function rename
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 3 May 2013 13:49:50 +0000 (15:49 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 3 May 2013 13:49:50 +0000 (15:49 +0200)
ext/vorbis/gstvorbisdeclib.c

index e003584..cf18958 100644 (file)
@@ -173,7 +173,7 @@ copy_samples_16 (vorbis_sample_t * _out, vorbis_sample_t ** _in, guint samples,
 }
 
 CopySampleFunc
-get_copy_sample_func (gint channels)
+gst_vorbis_get_copy_sample_func (gint channels)
 {
   CopySampleFunc f = NULL;