*** tpb has joined #timvideos | 00:00 | |
Joelw | mithro: No, but that's awesome! | 02:01 |
---|---|---|
*** Niharika has joined #timvideos | 02:26 | |
*** tvCommitBot has joined #timvideos | 04:27 | |
tvCommitBot | [gst-switch] mithro pushed 11 new commits to master: http://git.io/FHxS | 04:27 |
tvCommitBot | gst-switch/master 1824311 Tim 'mithro' Ansell: Reworking how the travis build works. | 04:27 |
tvCommitBot | gst-switch/master cb091e9 Tim 'mithro' Ansell: Fixing the Makefile. | 04:27 |
tvCommitBot | gst-switch/master 4b20d6c Tim 'mithro' Ansell: Making unittests output coverage information. | 04:27 |
*** tvCommitBot has left #timvideos | 04:27 | |
*** tvCommitBot has joined #timvideos | 04:42 | |
tvCommitBot | [gst-switch] mithro opened pull request #186: Fixing code style in all files. (master...c-code-style-fixes) http://git.io/FHjg | 04:42 |
*** tvCommitBot has left #timvideos | 04:42 | |
mithro | Joelw / shenki: ping? | 06:05 |
*** Niharika has quit IRC | 06:19 | |
*** Niharika has joined #timvideos | 06:22 | |
*** Joelw has quit IRC | 06:26 | |
*** Niharika has quit IRC | 06:27 | |
*** Joelw has joined #timvideos | 06:32 | |
*** tvCommitBot has joined #timvideos | 06:59 | |
tvCommitBot | [gst-switch] mithro pushed 2 new commits to master: http://git.io/FQng | 06:59 |
tvCommitBot | gst-switch/master ad97f66 Tim 'mithro' Ansell: Fixing code style in all files. | 06:59 |
tvCommitBot | gst-switch/master 1597c0b Tim Ansell: Merge pull request #186 from mithro/c-code-style-fixes... | 06:59 |
*** tvCommitBot has left #timvideos | 06:59 | |
*** tvCommitBot has joined #timvideos | 07:02 | |
tvCommitBot | [gst-switch] mithro pushed 6 new commits to master: http://git.io/FQnF | 07:02 |
tvCommitBot | gst-switch/master b89408d Tim 'mithro' Ansell: Fixing the COPYING file. | 07:02 |
tvCommitBot | gst-switch/master d0fdd1a Tim 'mithro' Ansell: Adding the license information to the README.md file. | 07:02 |
tvCommitBot | gst-switch/master 85e9df5 Tim 'mithro' Ansell: Fixing license header in source code files.... | 07:02 |
*** tvCommitBot has left #timvideos | 07:02 | |
*** tvCommitBot has joined #timvideos | 07:07 | |
tvCommitBot | [gst-switch] mithro pushed 1 new commit to master: http://git.io/FQc9 | 07:07 |
tvCommitBot | gst-switch/master d9ce0ac Tim 'mithro' Ansell: Making the file lines consistent.... | 07:07 |
*** tvCommitBot has left #timvideos | 07:07 | |
*** Niharika has joined #timvideos | 07:22 | |
*** Niharika has quit IRC | 07:27 | |
mithro | MaZderMind: poke me when you get up | 08:24 |
MaZderMind | mithro: nearly up | 08:45 |
MaZderMind | mithro: looks like i have som rebasing to do ^^ | 08:45 |
MaZderMind | and codestyle fixes | 08:45 |
mithro | MaZderMind: yeah, sorry | 08:45 |
mithro | MaZderMind: I had meant to do that just after LCA finished | 08:45 |
MaZderMind | :) no worries, it's good that it's done | 08:48 |
MaZderMind | but i'll have to do some afk-work today, maybe i've time to make the signals-code mergable tonight or tomorrow | 08:49 |
MaZderMind | but it shouldn'be an issue if it stays as PR until you're back from wherever ;) | 08:49 |
MaZderMind | i'm curious how you fixed the travis int-tests | 08:52 |
mithro | MaZderMind: I haven't, they are still flaky | 09:01 |
*** f15h has joined #timvideos | 09:11 | |
mithro | hey f15h | 09:14 |
f15h | hi mithro | 09:16 |
mithro | how are things going? | 09:17 |
f15h | well we are capturing and encoding to H.264 - but HSYNC has issues and we are skipping frames | 09:17 |
mithro | f15h: looked like you were making progress | 09:17 |
f15h | yes we got support from jemk (linux-sunxi) - he reversed the Encoder for the Allwinner SOC | 09:18 |
f15h | so no dependencies on binary blobs which is great | 09:18 |
f15h | he initialy published his code supporting only I-Frames but had the P-Frames part already tested and just recently (like two weeks ago) cleaned up the P-Frames portion and even added NV16 Colorspace support, which we currently depend on | 09:19 |
f15h | How is your state? - It is kind of a challenge to follow your project as it has many different layers? For example who or what is Travis? | 09:20 |
mithro | f15h: travis is a continuous build infrastructure which hooks into github -> https://travis-ci.org | 09:35 |
tpb | Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) | 09:35 |
mithro | f15h: very popular as it's 100% free for open source projects | 09:35 |
mithro | MaZderMind: is hacking on gst-switch, our HD software video mixer | 09:36 |
mithro | f15h: being software we can actually have tests, but some of our tests are currently flaky :( | 09:36 |
mithro | f15h: MaZderMind is with the C3 video team | 09:37 |
mithro | MaZderMind: f15h is one of the primary developers of the videobrick project which is a nice shield which does 1080p capture | 09:37 |
f15h | ok thanks for the info automatic build and testing is quite new thing for me personally ... I smell some kind of professionalism here ;) | 09:39 |
f15h | while testing the videobrick we had some interesting revelations concerning both gstreamer (1.2.4) and ffmpeg - that the pipeline has some issues with the the NV16 colorspace. of course NV16 is a bit exotic - but we had to switch to simpler tool in order to test the videobrick - we basically run modified v4l2 example core right now | 09:42 |
f15h | code | 09:42 |
*** Niharika has joined #timvideos | 09:43 | |
f15h | the current hardware limits us to NV16 Colorspace - we are considering a redesign to switch from the CSI1 peripheral to CSI0 - CSI1 has 24 Bit, planar RGB support - CSI0 has only 16 Bit, but is more flexible when it comes to various YUV spaces (like NV12, ...) | 09:46 |
f15h | H264 usually is used in 4:2:0 colorspace so sacrificing the exotic planar RGB mode seems to be resonable | 09:47 |
f15h | ... will be offline for a day or so ... here you later | 10:00 |
f15h | hear | 10:00 |
*** f15h has quit IRC | 10:00 | |
*** Niharika has quit IRC | 10:13 | |
*** tija has joined #timvideos | 10:32 | |
*** tvCommitBot has joined #timvideos | 10:35 | |
tvCommitBot | [gst-switch] mithro opened pull request #188: Added Python 3 support (master...python-3-support) http://git.io/F7Ik | 10:35 |
*** tvCommitBot has left #timvideos | 10:35 | |
*** tvCommitBot has joined #timvideos | 10:37 | |
tvCommitBot | [gst-switch] mithro closed pull request #174: Added Python 3 support (master...python-3-support) http://git.io/h1o47Q | 10:37 |
*** tvCommitBot has left #timvideos | 10:37 | |
*** tvCommitBot has joined #timvideos | 10:37 | |
tvCommitBot | [gst-switch] mithro closed pull request #176: Fixing Failing test(`TestGetPreviewPorts::test_get_preview_ports`) (master...fixing-preview-ports) http://git.io/ts90TQ | 10:37 |
*** tvCommitBot has left #timvideos | 10:37 | |
*** tvCommitBot has joined #timvideos | 10:38 | |
tvCommitBot | [gst-switch] mithro closed pull request #148: [WIP] Convert tests to work with 720p default resolution (master...720p-frames) http://git.io/vrBk5A | 10:38 |
*** tvCommitBot has left #timvideos | 10:38 | |
mithro | MaZderMind: I'd like to try and get the Python3 and your DBus pull requests merged tonight | 10:39 |
*** slomo has joined #timvideos | 10:43 | |
*** slomo has joined #timvideos | 10:43 | |
*** Niharika has joined #timvideos | 11:02 | |
MaZderMind | mithro: I'll see if I find the time to rebas the dbus stuff | 11:05 |
*** Niharika has quit IRC | 11:06 | |
*** LeeS has joined #timvideos | 11:14 | |
*** awjfsdf has joined #timvideos | 11:24 | |
*** slomo has quit IRC | 11:26 | |
*** awjfsdf has quit IRC | 11:42 | |
*** tija has left #timvideos | 11:49 | |
*** Niharika has joined #timvideos | 12:02 | |
LeeS | Hey mithro are you around? | 12:05 |
mithro | LeeS: yes | 12:05 |
mithro | how are things? | 12:05 |
LeeS | Good. Got offered a job a Catalyst -:D | 12:06 |
mithro | LeeS: awesome! | 12:17 |
LeeS | So did you want me to push a pull request for the "log_to_file" flag | 12:21 |
mithro | LeeS: can you review my rebase of your Python 3 change first? | 12:22 |
MaZderMind | mithro: I'm done with the rebase. I'm currently replacing the info.duzy identifier with us.timvideos | 12:25 |
mithro | MaZderMind: sure, if you want | 12:26 |
MaZderMind | it is a public interface and it should be based on the group that works on it, not a single person | 12:26 |
MaZderMind | at least that's what I think | 12:26 |
mithro | MaZderMind: no preference | 12:27 |
mithro | LeeS: you might need to rebase your change quite a bit with the stuff I did to today | 12:28 |
mithro | LeeS: would definately be happy to have a log to file like flag | 12:28 |
mithro | be back in an hour | 12:31 |
mithro | MaZderMind: oh, is the Python3 change going to mean you need to rebase yet again? | 12:37 |
*** Niharika has quit IRC | 12:38 | |
mithro | MaZderMind: I'd really like to move the files in tools/ into better named directories | 12:38 |
mithro | MaZderMind: and split them out into their actual parts so we don't have to do the Makefile.am hacks | 12:39 |
MaZderMind | mithro: yes, I remember you saying that and I agree | 12:40 |
MaZderMind | I have a small glitch with the dbus-signals: they are too fast *g | 12:40 |
mithro | MaZderMind: you should poke thaytan to finish the inter plugin import too :) | 12:41 |
MaZderMind | you are doing this because the new version of the inter-plugins have fixes to them? | 12:41 |
mithro | MaZderMind: yes, quite a few | 12:42 |
mithro | MaZderMind: plus I'd like to add mjpeg support to it | 12:43 |
mithro | then we could switch mjpeg frames rather than have to decode them | 12:43 |
MaZderMind | hm aren'T the inter-plugins usually used with uncompressed video? | 12:43 |
mithro | LeeS and co are after that idea | 12:43 |
aps | Hi all. | 12:43 |
aps | mithro: I have been busy with placements lately. Finally, I've been offered a position at Codigami ( http://www.justunfollow.com/ ) so hope to get back to timvideos stuff again :) | 12:43 |
tpb | Title: Right friends, everywhere | Find and unfollow twitter users who unfollowed me (at www.justunfollow.com) | 12:43 |
mithro | hey aps | 12:43 |
MaZderMind | but you wouldn't be able to do any composition on the mjpeg stream | 12:44 |
MaZderMind | also we (VOC) usually like to keep things uncompressed up to the final encoder | 12:44 |
mithro | MaZderMind: yeah - that is pretty reasonable too | 12:45 |
mithro | MaZderMind: just an idea, we'll see how it goes | 12:45 |
MaZderMind | dbus-api-signals could be merged now | 12:45 |
mithro | awesome - should I merge dbus-signals first or the Python3 one? | 12:46 |
MaZderMind | I think sometimes the UI receives the 'preview-port-added' signal too fast and launches the preview-stream is not ready yet, I've seen that two times now | 12:46 |
MaZderMind | I'm thinking of adding a 250ms delay before sending that signal | 12:46 |
MaZderMind | mithro: I'd day dbus first | 12:47 |
mithro | MaZderMind: okay | 12:47 |
mithro | MaZderMind: I'll be back shortly | 12:48 |
MaZderMind | looking through the py3 PR i'd guess it does not take much more then a handful of brackets to rebase it onto the dbus stuff | 12:49 |
MaZderMind | I missed the C style checks | 12:50 |
MaZderMind | but this looks like a bad suggestion: https://travis-ci.org/timvideos/gst-switch/jobs/48997736#L1464 | 12:51 |
tpb | Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) | 12:51 |
MaZderMind | Oh how I love that <3 https://travis-ci.org/timvideos/gst-switch/builds/48998601 | 13:06 |
tpb | Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) | 13:06 |
MaZderMind | mithro: thank you so much for fixing this up, it makes working so much more worthwhile | 13:08 |
MaZderMind | afk for now | 13:12 |
*** Niharika has joined #timvideos | 13:29 | |
mithro | back now | 13:40 |
aps | mithro: we should start updating ideas page. Applying for GSoC, right? | 13:57 |
mithro | aps: yes definately | 13:57 |
mithro | LeeS: ping? | 14:03 |
LeeS | mithro: Yes ... | 14:07 |
*** Niharika has quit IRC | 14:08 | |
mithro | LeeS: does https://github.com/timvideos/gst-switch/pull/188 look okay to you? | 14:08 |
tpb | Title: Added Python 3 support by mithro · Pull Request #188 · timvideos/gst-switch · GitHub (at github.com) | 14:08 |
LeeS | Looks good. | 14:10 |
MaZderMind | mithro: commented on the dbus-PW, I'm not sure when I can fix those things up, may be some hours ahead | 14:12 |
mithro | MaZderMind: okay, no worries | 14:13 |
mithro | LeeS: can you mention that on the pull request? :) | 14:16 |
mithro | aps: do you have time to start working on that? | 14:27 |
aps | mithro: yes | 14:27 |
mithro | aps: awesome | 14:28 |
mithro | aps: the new website kind of killed my original thing | 14:28 |
mithro | aps: but github has made "project wide" github issues easier these days | 14:28 |
*** tvCommitBot has joined #timvideos | 14:30 | |
tvCommitBot | [gst-switch] mithro tagged v0.0.0 at 72d366d: http://git.io/F54k | 14:30 |
*** tvCommitBot has left #timvideos | 14:30 | |
*** tvCommitBot has joined #timvideos | 14:43 | |
tvCommitBot | [gst-switch] mithro closed pull request #188: Added Python 3 support (master...python-3-support) http://git.io/F7Ik | 14:43 |
*** tvCommitBot has left #timvideos | 14:43 | |
mithro | LeeS: you said you had a pull request for me? | 14:44 |
mithro | anyone played with https://launchpad.net/gst-editor before? | 14:49 |
tpb | Title: GstEditor in Launchpad (at launchpad.net) | 14:49 |
mithro | LeeS: you should also see that the tests are in better shape (still not awesome shape though) | 14:50 |
mithro | MaZderMind: I rebase the int-test-rewrite onto the latest master | 14:55 |
mithro | LeeS: I could use your help with https://github.com/mithro/gst-switch/tree/python-3-better too | 14:56 |
tpb | Title: mithro/gst-switch at python-3-better · GitHub (at github.com) | 14:56 |
mithro | MaZderMind: going to bed now, will be back tomorrow | 15:43 |
*** Niharika has joined #timvideos | 17:08 | |
*** Niharika has quit IRC | 17:13 | |
*** Niharika has joined #timvideos | 17:28 | |
*** slomo has joined #timvideos | 17:28 | |
*** Niharika has quit IRC | 17:56 | |
*** slomo has quit IRC | 18:06 | |
*** LeeS has quit IRC | 18:25 | |
MaZderMind | mithro: answered all your comments and fixed some more things, should be pull-able | 18:59 |
*** CarlFK has quit IRC | 19:28 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!