GNOME Bugzilla – Bug 552536
fix incomplete change to gstdvbsrc.c
Last modified: 2008-10-04 21:59:34 UTC
The following changeset, "sys/dvb/gstdvbsrc.c: Add DVB Adapter name to structure sent over bus", looks like it was created on an older version of gst-plugins-bad, and the author neglected to rev the ATSC section of the code: http://cgit.freedesktop.org/~bilboed/gst-plugins-bad/diff/sys/dvb/gstdvbsrc.c?id=d6d546fc5218e4062f4b4ed838354d4613d86930 The attached patch adds the missing line of code to the FE_ATSC case of the switch block.
Created attachment 118841 [details] [review] gstdvbsrc: fix incomplete change, dont neglect FE_ATSC case In a previous changeset entitled, "sys/dvb/gstdvbsrc.c: Add DVB Adapter name to structure sent over bus", The FE_ATSC case was neglected. This patch adds the missing line of code. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
The patch seems trivial enough to be committed. Zaheer, any comments ?
My bad, I forgot to add the ATSC case for this patch that was submitted before ATSC support was added to dvbsrc.