vorbis: Fix compilation after function rename

This commit is contained in:
Sebastian Dröge 2013-05-03 15:49:50 +02:00
parent 35b3d805ed
commit abdfb8d452

View 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;