[00:18] *** ayaka_ has quit IRC (Ping timeout: 480 seconds)
[00:35] *** syoung_ has quit IRC (Read error: Connection reset by peer)
[00:35] *** syoung has joined #linux-media
[01:19] *** ten157237743246305 has quit IRC (Remote host closed the connection)
[01:19] *** ten157237743246305 has joined #linux-media
[01:51] *** lexano_ has quit IRC (Ping timeout: 480 seconds)
[02:04] *** zxrom has quit IRC ()
[03:08] *** jarthur has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[03:43] *** eelstrebor has joined #linux-media
[04:30] *** xecutercmd has joined #linux-media
[04:32] *** eelstrebor has quit IRC (Quit: Ex-Chat)
[04:36] *** xecutertool has quit IRC (Ping timeout: 480 seconds)
[04:47] *** mrpops2ko has quit IRC (Remote host closed the connection)
[04:52] *** mrpops2ko has joined #linux-media
[05:16] *** chewitt has joined #linux-media
[05:37] *** linh has joined #linux-media
[05:55] *** lplc has quit IRC (Quit: WeeChat 4.0.4)
[06:00] *** lplc has joined #linux-media
[06:00] *** lplc has quit IRC ()
[06:02] *** linh has quit IRC (Remote host closed the connection)
[06:05] *** lplc has joined #linux-media
[07:26] *** GBenji has joined #linux-media
[07:34] *** djrscally has joined #linux-media
[07:43] *** enick_416 has quit IRC ()
[08:05] *** frieder has joined #linux-media
[08:06] *** sgruszka has joined #linux-media
[08:27] *** hansg has joined #linux-media
[10:37] <sailus> hverkuil: I just posted a new version of the media device lifetime management set---I guess it's hard to avoid noticing actually, it's so big.
[10:37] <sailus> I'm hopeful we'll soon be able to merge this.
[10:38] <sailus> The changes are actually less than 1000 lines which is still a lot for internal API changes without much driver code being touched.
[11:17] *** ao2 has joined #linux-media
[11:32] *** hansg has quit IRC (Quit: Leaving)
[11:35] *** zxrom has joined #linux-media
[11:45] *** lexano_ has joined #linux-media
[11:57] *** ao2 has quit IRC (Quit: Leaving)
[12:46] *** hairyflea has joined #linux-media
[12:50] *** hairyflea has quit IRC ()
[12:57] *** sgruszka has quit IRC (Ping timeout: 480 seconds)
[13:04] *** eelstrebor has joined #linux-media
[13:05] *** zxrom has quit IRC ()
[13:18] *** GBenji has quit IRC (Ping timeout: 480 seconds)
[13:27] *** GBenji has joined #linux-media
[13:37] *** zxrom has joined #linux-media
[13:58] <uajain> How is .s_stream mutually exclusive with .enable/disable_streams, when the behaviour is to fallback on .s_stream if there is only one pad ?
[13:59] <uajain> I have only IMAGE_PAD, so what do I need to do to implement .enable/disable streams. Implement the functions and let it fallback to .s_stream ?
[13:59] <uajain> sailus: ^ regarding imx283
[14:21] *** BrianG61UK has quit IRC (Remote host closed the connection)
[14:23] <sailus> uajain: Yes, please. Set s_stream op to v4l2_subdev_s_stream_helper and s_stream users will be fine.
[14:25] *** BrianG61UK has joined #linux-media
[14:26] <sailus> See e.g. https://git.linuxtv.org/sailus/media_tree.git/commit/?h=metadata&id=1413e0c39ddd6f3a3ea172f007fb25f9593b3cae for an example.
[14:26] <sailus> I think a lot of this could be merged without any metadata support actually.
[14:28] *** ten157237743246305 has quit IRC (Remote host closed the connection)
[14:29] <uajain> ah, .s_stream = v4l2_subdev_s_stream_helper 
[14:29] *** ten157237743246305 has joined #linux-media
[14:29] <uajain> ok ,I'll  take it as a reference
[14:36] <kbingham> sailus, I would expect the sensor to support metadata output in the future, as it can output metadata. We're not doing anything that will prevent that (or make it difficult) are we ?
[14:41] *** hansg has joined #linux-media
[15:00] *** sklug has quit IRC (Remote host closed the connection)
[15:01] *** sklug has joined #linux-media
[15:10] *** hansg has quit IRC (Remote host closed the connection)
[15:39] *** hansg has joined #linux-media
[15:39] *** xecutercmd has quit IRC (Ping timeout: 480 seconds)
[15:59] *** ten157237743246305 has quit IRC (Remote host closed the connection)
[16:00] *** ten157237743246305 has joined #linux-media
[16:09] *** frieder has quit IRC (Read error: Connection reset by peer)
[16:18] *** hansg has quit IRC (Read error: No route to host)
[16:34] *** jarthur has joined #linux-media
[17:16] *** GBenji has left 
[17:28] *** hansg has joined #linux-media
[18:18] *** ten157237743246305 has quit IRC (Remote host closed the connection)
[18:19] *** ten157237743246305 has joined #linux-media
[18:35] *** eelstrebor_ has joined #linux-media
[18:37] <sailus> kbingham: I don't think so, no.
[18:39] *** eelstrebor__ has joined #linux-media
[18:41] *** eelstrebor has quit IRC (Ping timeout: 480 seconds)
[18:44] *** eelstrebor_ has quit IRC (Ping timeout: 480 seconds)
[18:49] *** chewitt has quit IRC (Quit: Zzz..)
[18:51] *** eelstrebor_ has joined #linux-media
[18:56] *** eelstrebor__ has quit IRC (Ping timeout: 480 seconds)
[19:01] *** eelstrebor_ has quit IRC (Ping timeout: 480 seconds)
[19:14] <sailus> kbingham: The metadata set is actually adding embedded data support to two existing drivers.
[19:17] *** BrianG61UK has quit IRC (Read error: Connection reset by peer)
[19:23] *** BrianG61UK has joined #linux-media
[19:32] *** ao2 has joined #linux-media
[19:40] <KieranBingham[m]> Ah yes of course. Good so we can add when possible afterwards 
[19:43] *** sylpe has joined #linux-media
[19:49] *** hansg has quit IRC (Quit: Leaving)
[19:52] <uajain> sailus: I'm facing an issue with the v4l2_subdev_s_stream_helper. It's preventing to stream.
[19:52] <uajain> sailus: https://paste.debian.net/1310481/ 
[19:52] <uajain> Facing the no streams mask issue...
[19:52] <uajain> Do I need to get it via adding routes? 
[19:55] <uajain> Don't you face this issue?  I don't see how it will work for CCS driver or even https://git.linuxtv.org/sailus/media_tree.git/commit/?h=metadata&id=50857ef7c22ef4cfee59be2ac0642327b0049bec
[20:23] <sailus> Hmm. I guess a single route may be needed. This is still intended to be a full replacement for s_stream().
[20:23] <sailus> tomba: ^
[20:29] *** jarthur has quit IRC (Read error: Connection reset by peer)
[20:40] *** jarthur has joined #linux-media
[22:40] *** ao2 has quit IRC (Quit: Leaving)
[22:50] *** eelstrebor has joined #linux-media
[23:34] *** djrscally has quit IRC (Ping timeout: 480 seconds)