mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
voaacenc: plug caps leak
This commit is contained in:
parent
6cb77d0c7f
commit
06ac28eb81
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ static const GstAudioChannelPosition
|
|||
static gpointer
|
||||
gst_voaacenc_generate_sink_caps (gpointer data)
|
||||
{
|
||||
GstCaps *caps = gst_caps_new_empty ();
|
||||
GstCaps *caps;
|
||||
gint i, c;
|
||||
static const int rates[] = {
|
||||
8000, 11025, 12000, 16000, 22050, 24000,
|
||||
|
|
Loading…
Reference in a new issue