GNOME Bugzilla – Bug 673414
directsoundsrc: Port to 1.0
Last modified: 2012-10-17 20:02:25 UTC
The following patch ports directsoundsrc to 0.11.
Created attachment 211207 [details] [review] directsoundsrc: Port to 0.11
Created attachment 214648 [details] [review] directsoundsrc: Port to 0.11 Remove directsoundsrc from non ported plugins
Created attachment 214846 [details] [review] directsoundsrc: Port to 0.11 Fix conflict in configure.ac
*** Bug 674242 has been marked as a duplicate of this bug. ***
Hrm, any chance you could rebase against master? The patch doesn't seem to apply any more unfortunately.
Created attachment 218866 [details] [review] directsoundsrc: Port to 0.11 Rebase against master
Thanks, pushed: commit a7258842ab7a68514011298c1038cca5c6e1f9a5 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Tue Apr 3 12:09:19 2012 +0300 directsoundsrc: port to 1.0 https://bugzilla.gnome.org/show_bug.cgi?id=673414 Had to fix some merge issues, hope I didn't mess up anything. Please test if possible.
Created attachment 226684 [details] [review] Fix compiler warning Thanks. It compiles, but there's a compiler warning: cc1: warnings being treated as errors gstdirectsoundsrc.c: In function 'gst_directsound_src_class_init': gstdirectsoundsrc.c:170:27: error: assignment from incompatible pointer type
Thanks! (I hope we don't need to set that timestamp to NONE?) commit 01853745a3acccc94f53137327be6c4b8565df92 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Wed Oct 17 22:54:28 2012 +0300 directsoundsrc: Fix compiler warning https://bugzilla.gnome.org/show_bug.cgi?id=673414