After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 477306 - amrwbenc has not property to select band mode
amrwbenc has not property to select band mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.5
Other All
: Normal enhancement
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-15 20:28 UTC by Daniel Charles
Modified: 2007-09-16 07:28 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch to add a property to select band mode of operation (3.77 KB, patch)
2007-09-15 20:30 UTC, Daniel Charles
committed Details | Review

Description Daniel Charles 2007-09-15 20:28:40 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.
Comment 1 Daniel Charles 2007-09-15 20:30:22 UTC
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
Comment 2 Wim Taymans 2007-09-16 07:28:49 UTC
        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.