diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/audioresample/resample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c index 8e759da2..fb39807f 100644 --- a/gst/audioresample/resample.c +++ b/gst/audioresample/resample.c @@ -106,7 +106,7 @@ resample_buffer_free (AudioresampleBuffer * buffer, void *priv) } } -/** +/* * free_func: a function that frees the given closure. If NULL, caller is * responsible for freeing. */ |