GNOME Bugzilla – Bug 617331
More warnings in -bad
Last modified: 2010-04-30 22:12:33 UTC
Apparently, directx-based plugins were disabled when i was scrubbing warnings off gst-plugins-bad.
Created attachment 160015 [details] [review] Fix some warnings in directdrawsink and directsoundsrc
commit baffaea6e85e704ba0b04e5fc88a6a488e0659c4 Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Sat May 1 01:16:50 2010 +0400 Fix warnings in directdrawsink and directsoundsrc Fixes #617331
Comment on attachment 160015 [details] [review] Fix some warnings in directdrawsink and directsoundsrc I modified the patch a bit to set action = NULL; only in the default handler and not in the initializer. The idea is that when you add new case statements and forget to set the action, you get warnings again with my patch, but not with yours.