From abdfb8d45225f59aa6c0a61682d92dc900ffcbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 3 May 2013 15:49:50 +0200 Subject: [PATCH] vorbis: Fix compilation after function rename --- ext/vorbis/gstvorbisdeclib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vorbis/gstvorbisdeclib.c b/ext/vorbis/gstvorbisdeclib.c index e00358497d..cf18958b69 100644 --- a/ext/vorbis/gstvorbisdeclib.c +++ b/ext/vorbis/gstvorbisdeclib.c @@ -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;