Can't editng Gnome Audio Profile with SoundJuicer

Bug #108447 reported by Silggins
2
Affects Status Importance Assigned to Milestone
sound-juicer (Ubuntu)
Invalid
Low
Ubuntu Desktop Bugs

Bug Description

Binary package hint: sound-juicer

It's look like bugs 103420, 106917.
I'm using Ubuntu 7.04.
Tough, I've got a not similar problem while using 6.10 with a Gstreamer Pipeline. I used a pipeline :
- audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=1002 ! xingmux ! id3v2mux

And $ gst-inspect-0.10 lame give me that :
-Factory Details:
 Long name: L.A.M.E. mp3 encoder
 Class: Codec/Encoder/Audio
 Description: High-quality free MP3 encoder
 Author(s): Erik Walthinsen <email address hidden>, Wim Taymans <email address hidden>
 Rank: none (0)

Plugin Details:
 Name: lame
 Description: Encode MP3's with LAME
 Filename: /usr/lib/gstreamer-0.10/libgstlame.so
 Version: 0.10.4
 License: LGPL
 Source module: gst-plugins-ugly
 Binary package: GStreamer Ugly Multiverse Plugins (Ubuntu)
 Origin URL: https://launchpad.net/distros/ubuntu/+source/gst-plugins-ugly-multiverse0.10

GObject
+----GstObject
      +----GstElement
            +----GstLame

Interfaces Implémentées:
 GstTagSetter

Pad Templates:
 SRC template: 'src'
   Availability: Always
   Capabilities:
     audio/mpeg
           mpegversion: 1
                 layer: 3
                  rate: { 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }
              channels: [ 1, 2 ]

 SINK template: 'sink'
   Availability: Always
   Capabilities:
     audio/x-raw-int
            endianness: 1234
                signed: true
                 width: 16
                 depth: 16
                  rate: { 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }
              channels: [ 1, 2 ]

Element Flags:
 no flags set

Element Implementation:
 No loopfunc(), must be chain-based or not configured yet
 Has change_state() function: gst_lame_change_state
 Has custom save_thyself() function: gst_element_save_thyself
 Has custom restore_thyself() function: gst_element_restore_thyself

Element has no clocking capabilities.
Element has no indexing capabilities.

Pads:
 SRC: 'src'
   Implementation:
   Pad Template: 'src'
 SINK: 'sink'
   Implementation:
     Has chainfunc(): gst_lame_chain
     Has custom eventfunc(): gst_lame_sink_event
   Pad Template: 'sink'

Element Properties:
 name : The name of the object
                       flags: lisible, inscriptible
                       String. Default: null Current: "lame0"
 bitrate : Bitrate in kbit/sec
                       flags: lisible, inscriptible
                       Integer. Range: 8 - 320 Default: 128 Current: 128
 compression-ratio : let lame choose bitrate to achieve selected compression ratio
                       flags: lisible, inscriptible
                       Float. Range: 0 - 200 Default: 0 Current: 0
 quality : Quality of algorithm used for encoding
                       flags: lisible, inscriptible
                       Enum "GstLameQuality" Current: 5, "5"
                          0) 0 - 0 - Best
                          1) 1 - 1
                          2) 2 - 2
                          3) 3 - 3
                          4) 4 - 4
                          5) 5 - 5 - Default
                          6) 6 - 6
                          7) 7 - 7
                          8) 8 - 8
                          9) 9 - 9 - Worst
 mode : Encoding mode
                       flags: lisible, inscriptible
                       Enum "GstLameMode" Current: 4, "auto"
                          0) stereo - Stereo
                          1) joint - Joint Stereo
                          2) dual - Dual Channel
                          3) mono - Mono
                          4) auto - Auto
 force-ms : Force ms_stereo on all frames
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 free-format : Produce a free format bitstream
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 copyright : Mark as copyright
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 original : Mark as non-original
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: true
 error-protection : Adds 16 bit checksum to every frame
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 padding-type : Padding type
                       flags: lisible, inscriptible
                       Enum "GstLamePadding" Current: 2, "adjust"
                          0) never - No Padding
                          1) always - Always Pad
                          2) adjust - Adjust Padding
 extension : Extension
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 strict-iso : Comply as much as possible to ISO MPEG spec
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 disable-reservoir : Disable the bit reservoir
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 vbr : Specify bitrate mode
                       flags: lisible, inscriptible
                       Enum "GstLameVbrmode" Current: 0, "none"
                          0) none - No VBR (Constant Bitrate)
                          2) old - Lame's old VBR algorithm
                          3) abr - VBR Average Bitrate
                          4) new - Lame's new VBR algorithm
 vbr-mean-bitrate : Specify mean bitrate
                       flags: lisible, inscriptible
                       Integer. Range: 0 - 2147483647 Default: 0 Current: 128
 vbr-min-bitrate : Specify min bitrate
                       flags: lisible, inscriptible
                       Integer. Range: 0 - 2147483647 Default: 0 Current: 0
 vbr-max-bitrate : Specify max bitrate
                       flags: lisible, inscriptible
                       Integer. Range: 0 - 2147483647 Default: 0 Current: 0
 vbr-hard-min : Specify hard min bitrate
                       flags: lisible, inscriptible
                       Integer. Range: 0 - 2147483647 Default: 0 Current: 0
 lowpass-freq : frequency(kHz), lowpass filter cutoff above freq
                       flags: lisible, inscriptible
                       Integer. Range: 0 - 50000 Default: 0 Current: 0
 lowpass-width : frequency(kHz) - default 15% of lowpass freq
                       flags: lisible, inscriptible
                       Integer. Range: 0 - 2147483647 Default: 0 Current: 0
 highpass-freq : frequency(kHz), highpass filter cutoff below freq
                       flags: lisible, inscriptible
                       Integer. Range: 0 - 50000 Default: 0 Current: 0
 highpass-width : frequency(kHz) - default 15% of highpass freq
                       flags: lisible, inscriptible
                       Integer. Range: 0 - 2147483647 Default: 0 Current: 0
 ath-only : Ignore GPSYCHO completely, use ATH only
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 ath-short : Ignore GPSYCHO for short blocks, use ATH only
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 no-ath : turns ATH down to a flat noise floor
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 ath-lower : lowers ATH by x dB
                       flags: lisible, inscriptible
                       Integer. Range: -2147483648 - 2147483647 Default: 0 Current: 0
 cwlimit : Compute tonality up to freq (in kHz) default 8.8717
                       flags: lisible, inscriptible
                       Integer. Range: 0 - 50000 Default: 0 Current: 8
 allow-diff-short : Allow diff short
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 no-short-blocks : Do not use short blocks
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: true
 emphasis : Emphasis
                       flags: lisible, inscriptible
                       Boolean. Default: true Current: false
 vbr-quality : VBR Quality
                       flags: lisible, inscriptible
                       Enum "GstLameQuality" Current: 5, "5"
                          0) 0 - 0 - Best
                          1) 1 - 1
                          2) 2 - 2
                          3) 3 - 3
                          4) 4 - 4
                          5) 5 - 5 - Default
                          6) 6 - 6
                          7) 7 - 7
                          8) 8 - 8
                          9) 9 - 9 - Worst
 xingheader : Output Xing Header (BROKEN, use xingmux instead)
                       flags: lisible, inscriptible
                       Boolean. Default: false Current: false
 preset : Lame Preset
                       flags: lisible, inscriptible
                       Enum "GstLamePreset" Current: 0, "none"
                          0) none - None
                          1006) medium - Medium
                          1001) standard - Standard
                          1002) extreme - Extreme
                          1003) insane - Insane

Like if no Special profile have been added

Excuse me if it is redondant, but i'm a new user of Linux.
Thanks for all, you do a great job.

ProblemType: Bug
Architecture: i386
Date: Sat Apr 21 09:46:25 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/sound-juicer
Package: sound-juicer 2.16.3-0ubuntu2
PackageArchitecture: i386
ProcCmdline: sound-juicer
ProcCwd: /home/silggins
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_CH.UTF-8
 SHELL=/bin/bash
SourcePackage: sound-juicer
Uname: Linux silggins-desktop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux

Revision history for this message
Silggins (silggins) wrote :
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your bug. Could you describe what you try to do, how and what happens exactly?

Changed in sound-juicer:
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: Unconfirmed → Needs Info
Revision history for this message
Aitor gara (aitorgara) wrote :

I think I have the same bug. After installing the multimedia codecs (I didn't try sound juicer before installing them), if you try editing any audio profile you can't, you have to fiirst close the "edit gnome audio profile" to change any profile option. Furthermore, the mp3 format doesn't appear between the profiles you can select at the "preferences" window.

Revision history for this message
Sebastien Bacher (seb128) wrote :

looks like a duplicate of bug #84007

Changed in sound-juicer:
status: Needs Info → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.