amrnbdec: remove leftover extraneous _unref

This commit is contained in:
Mark Nauwelaerts 2011-10-04 17:00:41 +02:00
parent fa2d16b905
commit bf3e10992b

View file

@ -322,7 +322,6 @@ not_negotiated:
{
GST_ELEMENT_ERROR (amrnbdec, STREAM, TYPE_NOT_FOUND, (NULL),
("Decoder is not initialized"));
gst_object_unref (amrnbdec);
return GST_FLOW_NOT_NEGOTIATED;
}
}