Menu

#23 oss-audio-out isn't registered properly

important
closed-fixed
Filters (19)
6
2000-05-16
2000-05-16
No

If you try to drag the oss-audio-out filter into
the canvas window, glame reports:

filternetwork_add_node: no plugin oss-audio-out
Error adding node!

after that glame will sooner or later crash :(

Discussion

  • Alexander Ehlert

    • priority: 5 --> 6
    • assigned_to: nobody --> nold
     
  • Daniel Kobras

    Daniel Kobras - 2000-05-16
    • assigned_to: nold --> richi
     
  • Daniel Kobras

    Daniel Kobras - 2000-05-16

    This is a richi bug.

     
  • Richard Guenther

    Fixed. Was a missing name-mangling in plugin_add(), i.e. you registered as "oss-audio-out" but plugin_get() mangeled the name to "oss_audio_out" to conform with C-symbol names.... ugh.

     
  • Richard Guenther

    • status: open --> closed-fixed
     

Log in to post a comment.