mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
vorbis: Fix compilation after function rename
This commit is contained in:
parent
35b3d805ed
commit
abdfb8d452
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ copy_samples_16 (vorbis_sample_t * _out, vorbis_sample_t ** _in, guint samples,
|
||||||
}
|
}
|
||||||
|
|
||||||
CopySampleFunc
|
CopySampleFunc
|
||||||
get_copy_sample_func (gint channels)
|
gst_vorbis_get_copy_sample_func (gint channels)
|
||||||
{
|
{
|
||||||
CopySampleFunc f = NULL;
|
CopySampleFunc f = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue