GNOME Bugzilla – Bug 477306
amrwbenc has not property to select band mode
Last modified: 2007-09-16 07:28:49 UTC
The amrwbenc plugin has no property to select the band mode of operation among MR660 = 0, MR885, MR1265, MR1425, MR1585, MR1825, MR2305, MR2385, MRDTX The patch proposes an enum to choose the band mode of operation. The amrwb library currently supports those modes of operation.
Created attachment 95650 [details] [review] Patch to add a property to select band mode of operation Patch based on amrwb library supported feature and amrnb bug previously filed
Patch by: Daniel Charles <dcharles at ti dot com> * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type), (gst_amrwbenc_set_property), (gst_amrwbenc_get_property), (gst_amrwbenc_class_init), (gst_amrwbenc_chain): * ext/amrwb/gstamrwbenc.h: Add property to control bandmode. Fixes #477306.