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 686871 - A number of errors in directsoundsrc
A number of errors in directsoundsrc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 1.0.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-25 15:12 UTC by LRN
Modified: 2012-10-31 00:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes a number of warnings and errors in directsoundsrc (4.26 KB, patch)
2012-10-25 15:13 UTC, LRN
committed Details | Review

Description LRN 2012-10-25 15:12:57 UTC
1) Uses deprecated glib mutex functions
2) Has unused variables
3) Links to non-existent libgstinterfaces
Comment 1 LRN 2012-10-25 15:13:46 UTC
Created attachment 227273 [details] [review]
Fixes a number of warnings and errors in directsoundsrc
Comment 2 Sebastian Dröge (slomo) 2012-10-26 08:01:42 UTC
commit 0a30ecba90dbc8008ca0f9c39381f34f516e9190
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Thu Oct 25 19:10:40 2012 +0400

    directsoundsrc: Fix a number of warnings/errors in directsoundsrc
    
    * Don't use deprecated glib mutex functions
    * Don't declare useless variables
    * Don't link to non-existing libgstinterfaces
    
    Fixes #686871