[06:48] <hverkuil> mchehab: http://patchwork.linuxtv.org/patch/42687/ was for 4.13, but I didn't see it applied to the fixes branch. Did you overlook that?
[08:57] <wondiws> hello
[09:01] <wondiws> I'm planning to write software that will use v4l. But I also want to support IP camera's. I will probably write code to use IP directly, but does v4l also support IP camera's?
[09:15] <hverkuil> wondiws: no
[09:30] *** benjiG has left 
[10:31] <hverkuil> mchehab: can you pick up this one: https://patchwork.linuxtv.org/patch/42545/
[10:31] <hverkuil> it would be nice to squash that warning when building documentation
[12:02] <mchehab> applied. I never saw that warning
[12:02] <mchehab> perhaps due to a different sphinx version?
[12:02] <mchehab> I'm getting this, though:
[12:02] <mchehab> ./include/media/v4l2-fwnode.h:66: warning: bad line: 		   index (1)
[12:03] <mchehab> due to the lack of an asterisk
[12:04] <hverkuil> I saw that as well.
[12:04] <mchehab> fixed
[12:04] <hverkuil> I'm also getting this:
[12:04] <hverkuil> looking for now-outdated files... /home/hans/work/src/v4l/media-git/Documentation/media/uapi/cec/cec-funcs.rst:8: WARNING: uapi/cec/cec
[12:04] <hverkuil> -func-open is already assigned section numbers (nested numbered toctree?)
[12:05] <mchehab> newer versions of Sphinx report this crap
[12:05] <mchehab> it is valid to have nested toctrees...
[12:05] <mchehab> but on newer versions, it complains if you use nested toctrees
[12:06] <mchehab> on some cases
[12:06] <hverkuil> but it doesn't appear to complain for any other media subsystem. Did you apply some workaround? Or is it just cec that has this problem?
[12:06] <mchehab> I'll take a look on it. It is likely due to :numbered:
[12:07] <hverkuil> I'd appreciate that.
[12:08] <mchehab> I guess it is easy to fix
[12:09] * mchehab doesn't use Sphinx 1.5 nor 1.6 here
[12:09] <mchehab> pdf is broken on 1.6
[12:17] <mchehab> fixed for 1.5
[12:20] <mchehab> just one warning on Spinx 1.6:
[12:20] <mchehab> /devel/v4l/patchwork/sphinx_1.6/lib/python3.6/site-packages/sphinx/util/compat.py:40: RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and will be removed in Sphinx 1.7, please use docutils' instead.
[12:21] <mchehab> (if not trying to build pdf)
[12:26] <hverkuil> I have sphinx 1.5.6, BTW
[12:27] <BanHammor> hverkuil, that works. thanks!
[12:30] <mchehab> that's the one I used. the last 1.5.x
[12:31] <mchehab> fixing PDF build for 1.6 is not trivial
[12:31] <hverkuil> Hmm, could it be because my LANGUAGE environment variable is set to C?
[12:31] <mchehab> I spent an entire day seeking for a solution
[12:31] <mchehab> yes, I guess so
[12:31] <hverkuil> (wondering why I got the demux.h warning and not you)
[12:31] <mchehab> mine is pt_BR.UTF8
[12:32] <mchehab> still, I use 1.4.9 by default
[12:32] <mchehab> depending on your distro, "C" can be UTF-8 or some other charset
[12:33] <mchehab> on Debian/Ubuntu, usually it isn't utf-8
[12:33] <mchehab> (by default)
[12:33] <mchehab> there's a locale.conf (or .gen?) that sets it
[12:34] <mchehab> I guess arch linux also use this
[12:34] <mchehab> on Fedora (and I guess on Suse), it is utf-8 by default
[14:14] *** hfr has left 
[14:44] *** benjiG has left 
[19:55] * headless has finally found the description of ".. code-block" and ".. flat-table" :-)