GNOME Bugzilla – Bug 599515
Fix dvb for DVB API 3.3
Last modified: 2009-11-06 14:45:11 UTC
Created attachment 146190 [details] [review] Patch to fix compile issue with dvb api 3.3 On Linux 2.6.25.3 x86 dvb fails to compile with the following output:- CC gstdvbsrc.o gstdvbsrc.c: In function ‘gst_dvbsrc_tune’: gstdvbsrc.c:1308: error: ‘struct dvbfe_params’ has no member named ‘u’ gstdvbsrc.c:1309: error: ‘struct dvbfe_params’ has no member named ‘u’ gstdvbsrc.c:1310: error: ‘struct dvbfe_params’ has no member named ‘u’ gstdvbsrc.c:1315: error: ‘struct dvbfe_params’ has no member named ‘u’ The attached patch fixes the issue.
Review of attachment 146190 [details] [review]: Please run the source file through gst-indent and only attach git format-patch style patches. Now for the actual patch, from what I see the delsys variable is only assigned but never used anywhere. Apart from that it looks good
Created attachment 147100 [details] [review] Updated patch based on ToT I have fixed the indentation and updated for the latest commit. Thanks for the review.
Oops, this is a git diff patch not git format-patch. I shall fix shortly.
Created attachment 147101 [details] [review] Updated patch from git
Thanks, pushed :)