Pulseeffects: stderr full of gobject warnings/errors

Created on 4 Jun 2018  路  11Comments  路  Source: wwmm/pulseeffects

(pulseeffects:24569): GLib-GObject-WARNING **: 16:38:01.012: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Reverb' has no property named 'meter-inL'

(pulseeffects:24569): GLib-GObject-WARNING **: 16:38:01.022: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Reverb' has no property named 'meter-inR'

(pulseeffects:24569): GLib-GObject-WARNING **: 16:38:01.022: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Reverb' has no property named 'meter-outL'

(pulseeffects:24569): GLib-GObject-WARNING **: 16:38:01.022: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Reverb' has no property named 'meter-outR'

Is repeated continuosly, making it impossible to read other console output

Most helpful comment

All 11 comments

Which Calf version do you have installed? Here in Arch Linux Calf 0.90.0 has these properties. What is the output of the command gst-inspect-1.0 calf-sourceforge-net-plugins-Reverb in your machine?

pay2:~$ dpkg -l | grep calf
ii  calf-plugins                                      0.0.60-5                                      amd64        Calf Studiogear - audio effects and sound generators
user@pay2:~$ gst-inspect-1.0 calf-sourceforge-net-plugins-Reverb
Factory Details:
  Rank                     none (0)
  Long-name                Calf Reverb
  Klass                    Filter/Effect/Audio/LV2/Reverb
  Description              Calf Reverb
  Author                   Calf Studio Gear

Plugin Details:
  Name                     lv2
  Description              All LV2 plugins
  Filename                 /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlv2.so
  Version                  1.14.0
  License                  LGPL
  Source module            gst-plugins-bad
  Source release date      2018-03-19
  Binary package           GStreamer Bad Plugins (Ubuntu)
  Origin URL               https://launchpad.net/distros/ubuntu/+source/gst-plugins-bad1.0

GObject
 +----GInitiallyUnowned
       +----GstObject
             +----GstElement
                   +----GstBaseTransform
                         +----GstAudioFilter
                               +----calf-sourceforge-net-plugins-Reverb

Implemented Interfaces:
  GstPreset

Pad Templates:
  SINK template: 'sink'
    Availability: Always
    Capabilities:
      audio/x-raw
                 format: F32LE
               channels: 2
                   rate: [ 1, 2147483647 ]
                 layout: interleaved

  SRC template: 'src'
    Availability: Always
    Capabilities:
      audio/x-raw
                 format: F32LE
               channels: 2
                   rate: [ 1, 2147483647 ]
                 layout: interleaved

Element has no clocking capabilities.
Element has no URI handling capabilities.

Pads:
  SINK: 'sink'
    Pad Template: 'sink'
  SRC: 'src'
    Pad Template: 'src'

Element Properties:
  name                : The name of the object
                        flags: readable, writable
                        String. Default: "calf-sourceforge-net-plugins-reverb0"
  parent              : The parent of the object
                        flags: readable, writable
                        Object of type "GstObject"
  qos                 : Handle Quality-of-Service events
                        flags: readable, writable
                        Boolean. Default: false
  decay-time          : Decay time
                        flags: readable, writable, controllable
                        Float. Range:             0.4 -              15 Default:             1.5 
  hf-damp             : High Frq Damp
                        flags: readable, writable, controllable
                        Float. Range:            2000 -           20000 Default:            5000 
  room-size           : Room size
                        flags: readable, writable, controllable
                        Enum "calf-sourceforge-net-plugins-Reverbroom-size" Default: 2, "Large"
                           (0): Small            - Small
                           (1): Medium           - Medium
                           (2): Large            - Large
                           (3): Tunnel-like      - Tunnel-like
                           (4): Large/smooth     - Large/smooth
                           (5): Experimental     - Experimental
  diffusion           : Diffusion
                        flags: readable, writable, controllable
                        Float. Range:               0 -               1 Default:             0.5 
  amount              : Wet Amount
                        flags: readable, writable, controllable
                        Float. Range:               0 -               2 Default:            0.25 
  dry                 : Dry Amount
                        flags: readable, writable, controllable
                        Float. Range:               0 -               2 Default:               1 
  predelay            : Pre Delay
                        flags: readable, writable, controllable
                        Float. Range:               0 -             500 Default:               0 
  bass-cut            : Bass Cut
                        flags: readable, writable, controllable
                        Float. Range:              20 -           20000 Default:             300 
  treble-cut          : Treble Cut
                        flags: readable, writable, controllable
                        Float. Range:              20 -           20000 Default:            5000 
  clip                : 0dB
                        flags: readable, controllable
                        Float. Range:               0 -               1 Default:               0 
  meter-wet           : Wet amount
                        flags: readable, controllable
                        Float. Range:               0 -               1 Default:               0 
  meter-out           : Output
                        flags: readable, controllable
                        Float. Range:               0 -               1 Default:               0 

Presets:
  "Room"
  "Large Empty Hall"
  "Empty walls"
  "DiscoVerb"
  "Ambience"
  "Large Occupied Hall"
user@pay2:~$ 

It seems that calf 0.60 does not have the level meter properties. Is it a problem to have the latest Calf in ubuntu? If so I can think about reading the level meters in a different way.

In PE 4 I am reading the level of a few Calf plugins in a different way because some of them have built-in meters. So it would be a waste of cpu resources to place standard GStreamer meters before and after them. But it is not the end of the world to do this if it is a pain for everybody outside of rolling release distributions to get calf 0.90

Is this still a problem?

Same problem here. Ubuntu Budgie 18.04, kernel 4.17.1, pulseaudio 11.1, pulseeffects 4.1.0, calf-plugins 0.60.

Factory Details:
  Rank                     none (0)
  Long-name                Calf Reverb
  Klass                    Filter/Effect/Audio/LV2/Plugin
  Description              Calf Reverb
  Author                   Calf Studio Gear

Plugin Details:
  Name                     lv2
  Description              All LV2 plugins
  Filename                 /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlv2.so
  Version                  1.14.1
  License                  LGPL
  Source module            gst-plugins-bad
  Source release date      2018-05-17
  Binary package           GStreamer Bad Plugins (Ubuntu)
  Origin URL               https://launchpad.net/distros/ubuntu/+source/gst-plugins-bad1.0

GObject
 +----GInitiallyUnowned
       +----GstObject
             +----GstElement
                   +----GstBaseTransform
                         +----GstAudioFilter
                               +----calf-sourceforge-net-plugins-Reverb

Implemented Interfaces:
  GstPreset

Pad Templates:
  SINK template: 'sink'
    Availability: Always
    Capabilities:
      audio/x-raw
                 format: F32LE
               channels: 2
                   rate: [ 1, 2147483647 ]
                 layout: interleaved

  SRC template: 'src'
    Availability: Always
    Capabilities:
      audio/x-raw
                 format: F32LE
               channels: 2
                   rate: [ 1, 2147483647 ]
                 layout: interleaved

Element has no clocking capabilities.
Element has no URI handling capabilities.

Pads:
  SINK: 'sink'
    Pad Template: 'sink'
  SRC: 'src'
    Pad Template: 'src'

Element Properties:
  name                : The name of the object
                        flags: readable, writable
                        String. Default: "calf-sourceforge-net-plugins-reverb0"
  parent              : The parent of the object
                        flags: readable, writable
                        Object of type "GstObject"
  qos                 : Handle Quality-of-Service events
                        flags: readable, writable
                        Boolean. Default: false
  decay-time          : Decay time
                        flags: readable, writable, controllable
                        Float. Range:             0,4 -              15 Default:             1,5 
  hf-damp             : High Frq Damp
                        flags: readable, writable, controllable
                        Float. Range:            2000 -           20000 Default:            5000 
  room-size           : Room size
                        flags: readable, writable, controllable
                        Enum "calf-sourceforge-net-plugins-Reverbroom-size" Default: 2, "Large"
                           (0): Small            - Small
                           (1): Medium           - Medium
                           (2): Large            - Large
                           (3): Tunnel-like      - Tunnel-like
                           (4): Large/smooth     - Large/smooth
                           (5): Experimental     - Experimental
  diffusion           : Diffusion
                        flags: readable, writable, controllable
                        Float. Range:               0 -               1 Default:             0,5 
  amount              : Wet Amount
                        flags: readable, writable, controllable
                        Float. Range:               0 -               2 Default:            0,25 
  dry                 : Dry Amount
                        flags: readable, writable, controllable
                        Float. Range:               0 -               2 Default:               1 
  predelay            : Pre Delay
                        flags: readable, writable, controllable
                        Float. Range:               0 -             500 Default:               0 
  bass-cut            : Bass Cut
                        flags: readable, writable, controllable
                        Float. Range:              20 -           20000 Default:             300 
  treble-cut          : Treble Cut
                        flags: readable, writable, controllable
                        Float. Range:              20 -           20000 Default:            5000 
  clip                : 0dB
                        flags: readable, controllable
                        Float. Range:               0 -               1 Default:               0 
  meter-wet           : Wet amount
                        flags: readable, controllable
                        Float. Range:               0 -               1 Default:               0 
  meter-out           : Output
                        flags: readable, controllable
                        Float. Range:               0 -               1 Default:               0 

Presets:
  "Room"
  "Ambience"
  "Empty walls"
  "Large Empty Hall"
  "DiscoVerb"
  "Large Occupied Hall"

None of the plugins are working for me, only volume adjustments work. I guess that is another issue. I am seeing this in my terminal:

(pulseeffects:3569): GLib-GObject-WARNING **: 10:06:05.467: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Filter' has no property named 'meter-inL'

(pulseeffects:3569): GLib-GObject-WARNING **: 10:06:05.467: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Filter' has no property named 'meter-inR'

(pulseeffects:3569): GLib-GObject-WARNING **: 10:06:05.467: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Filter' has no property named 'meter-outL'

(pulseeffects:3569): GLib-GObject-WARNING **: 10:06:05.467: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Filter' has no property named 'meter-outR'

(pulseeffects:3569): GLib-GObject-WARNING **: 10:06:05.467: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Reverb' has no property named 'meter-inL'

(pulseeffects:3569): GLib-GObject-WARNING **: 10:06:05.467: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Reverb' has no property named 'meter-inR'

(pulseeffects:3569): GLib-GObject-WARNING **: 10:06:05.467: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Reverb' has no property named 'meter-outL'

(pulseeffects:3569): GLib-GObject-WARNING **: 10:06:05.467: g_object_get_is_valid_property: object class 'calf-sourceforge-net-plugins-Reverb' has no property named 'meter-outR'

(pulseeffects:3569): GLib-GIO-CRITICAL **: 10:06:05.679: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed

(pulseeffects:3569): GLib-CRITICAL **: 10:06:05.679: g_variant_get_type: assertion 'value != NULL' failed

(pulseeffects:3569): GLib-CRITICAL **: 10:06:05.679: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed

(pulseeffects:3569): GLib-CRITICAL **: 10:06:05.679: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

(pulseeffects:3569): GLib-CRITICAL **: 10:06:05.679: g_variant_unref: assertion 'value != NULL' failed

(pulseeffects:3569): GLib-GIO-CRITICAL **: 10:06:05.679: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed

(pulseeffects:3569): GLib-CRITICAL **: 10:06:05.679: g_variant_get_type: assertion 'value != NULL' failed

(pulseeffects:3569): GLib-CRITICAL **: 10:06:05.679: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed

(pulseeffects:3569): GLib-CRITICAL **: 10:06:05.679: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

(pulseeffects:3569): GLib-CRITICAL **: 10:06:05.679: g_variant_unref: assertion 'value != NULL' failed

I will try to package calf 0.90 and pulseaudio 12 (it has that fix for virtual devices) in the ppa for ubuntu 18.04. Please wait a bit.

29 懈褞薪褟 2018 谐. 11:09:19 GMT+03:00, Emiel Molenaar notifications@github.com 锌懈褕械褌:

Same problem here. Ubuntu Budgie 18.04, kernel 4.17.1, pulseaudio 11.1,
pulseeffects 4.1.0, calf-plugins 0.60.

Factory Details:
 Rank                     none (0)
 Long-name                Calf Reverb
 Klass                    Filter/Effect/Audio/LV2/Plugin
 Description              Calf Reverb
 Author                   Calf Studio Gear

Plugin Details:
 Name                     lv2
 Description              All LV2 plugins
Filename                
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlv2.so
 Version                  1.14.1
 License                  LGPL
 Source module            gst-plugins-bad
 Source release date      2018-05-17
 Binary package           GStreamer Bad Plugins (Ubuntu)
Origin URL              
https://launchpad.net/distros/ubuntu/+source/gst-plugins-bad1.0

GObject
+----GInitiallyUnowned
      +----GstObject
            +----GstElement
                  +----GstBaseTransform
                        +----GstAudioFilter
                              +----calf-sourceforge-net-plugins-Reverb

Implemented Interfaces:
 GstPreset

Pad Templates:
 SINK template: 'sink'
   Availability: Always
   Capabilities:
     audio/x-raw
                format: F32LE
              channels: 2
                  rate: [ 1, 2147483647 ]
                layout: interleaved

 SRC template: 'src'
   Availability: Always
   Capabilities:
     audio/x-raw
                format: F32LE
              channels: 2
                  rate: [ 1, 2147483647 ]
                layout: interleaved

Element has no clocking capabilities.
Element has no URI handling capabilities.

Pads:
 SINK: 'sink'
   Pad Template: 'sink'
 SRC: 'src'
   Pad Template: 'src'

Element Properties:
 name                : The name of the object
                       flags: readable, writable
               String. Default: "calf-sourceforge-net-plugins-reverb0"
 parent              : The parent of the object
                       flags: readable, writable
                       Object of type "GstObject"
 qos                 : Handle Quality-of-Service events
                       flags: readable, writable
                       Boolean. Default: false
 decay-time          : Decay time
                       flags: readable, writable, controllable
Float. Range:             0,4 -              15 Default:            
1,5 
 hf-damp             : High Frq Damp
                       flags: readable, writable, controllable
Float. Range:            2000 -           20000 Default:           
5000 
 room-size           : Room size
                       flags: readable, writable, controllable
Enum "calf-sourceforge-net-plugins-Reverbroom-size" Default: 2, "Large"
                          (0): Small            - Small
                          (1): Medium           - Medium
                          (2): Large            - Large
                          (3): Tunnel-like      - Tunnel-like
                          (4): Large/smooth     - Large/smooth
                          (5): Experimental     - Experimental
 diffusion           : Diffusion
                       flags: readable, writable, controllable
Float. Range:               0 -               1 Default:            
0,5 
 amount              : Wet Amount
                       flags: readable, writable, controllable
Float. Range:               0 -               2 Default:           
0,25 
 dry                 : Dry Amount
                       flags: readable, writable, controllable
Float. Range:               0 -               2 Default:              
1 
 predelay            : Pre Delay
                       flags: readable, writable, controllable
Float. Range:               0 -             500 Default:              
0 
 bass-cut            : Bass Cut
                       flags: readable, writable, controllable
Float. Range:              20 -           20000 Default:            
300 
 treble-cut          : Treble Cut
                       flags: readable, writable, controllable
Float. Range:              20 -           20000 Default:           
5000 
 clip                : 0dB
                       flags: readable, controllable
Float. Range:               0 -               1 Default:              
0 
 meter-wet           : Wet amount
                       flags: readable, controllable
Float. Range:               0 -               1 Default:              
0 
 meter-out           : Output
                       flags: readable, controllable
Float. Range:               0 -               1 Default:              
0 

Presets:
 "Room"
 "Ambience"
 "Empty walls"
 "Large Empty Hall"
 "DiscoVerb"
 "Large Occupied Hall"

--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
https://github.com/wwmm/pulseeffects/issues/227#issuecomment-401281790

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mbb78 picture mbb78  路  3Comments

servimo picture servimo  路  7Comments

Mlocik97 picture Mlocik97  路  5Comments

hackel picture hackel  路  6Comments

Ygarr picture Ygarr  路  6Comments