audio-convert: simplify API
authorWim Taymans <wtaymans@redhat.com>
Fri, 8 Jan 2016 16:17:44 +0000 (17:17 +0100)
committerWim Taymans <wtaymans@redhat.com>
Fri, 8 Jan 2016 16:19:58 +0000 (17:19 +0100)
commit980163457e310082504f218061e4cde5e0603ad0
tree2af4aab52089822e668ea5a436cb558d305b4834
parent0da2709d0c583581c8e9045cf597fe8cb7151239
audio-convert: simplify API

Simplify the API, we don't need the consumed and produced output
arguments. The caller needs to use the _get_in_frames/get_out_frames API
to check how much input is needed and how much output will be produced.
gst-libs/gst/audio/audio-converter.c
gst-libs/gst/audio/audio-converter.h
gst/audioconvert/gstaudioconvert.c