GNOME Bugzilla – Bug 788706
fmradio: Fix build with GStreamer master
Last modified: 2017-10-09 12:09:26 UTC
.
Created attachment 361175 [details] [review] fmradio: Fix build with GStreamer master The plugin description is not supposed to be a string constant, but an unescaped string, to be concatenated with function names. This used to be acceptable (though would have warned), but breaks with the GStreamer 1.13 development branch.
Review of attachment 361175 [details] [review]: I don't think I've seen any warnings about it, but this is obviously correct.
Created attachment 361178 [details] [review] fmradio: Fix build with GStreamer master The plugin description is not supposed to be a string constant, but an unescaped string, to be concatenated with function names. This used to be acceptable (though would have warned), but breaks with the GStreamer 1.13 development branch. rb-fm-radio-gst-src.c:181:6: error: pasting ""rbsilencesrc"" and "_get_desc" does not give a valid preprocessing token "rbsilencesrc", ^
Attachment 361178 [details] pushed as b182c6b - fmradio: Fix build with GStreamer master