*** tpb has joined #timvideos | 00:00 | |
*** scrollback2 has quit IRC | 00:20 | |
*** 1JTAADVJ3 has joined #timvideos | 00:22 | |
*** 1JTAADVJ3 has quit IRC | 00:28 | |
*** 17SAABA98 has joined #timvideos | 00:30 | |
*** CarlFK has quit IRC | 01:32 | |
*** CarlFK has joined #timvideos | 01:32 | |
*** ChanServ sets mode: +v CarlFK | 01:32 | |
*** Niharika has joined #timvideos | 03:51 | |
*** Niharika has quit IRC | 04:31 | |
*** Niharika has joined #timvideos | 05:34 | |
*** hyades has joined #timvideos | 05:38 | |
*** CarlFK has quit IRC | 06:15 | |
*** CarlFK has joined #timvideos | 06:16 | |
*** ChanServ sets mode: +v CarlFK | 06:16 | |
*** Niharika has quit IRC | 06:39 | |
*** hyades has quit IRC | 07:40 | |
*** Niharika has joined #timvideos | 08:12 | |
Kripton | CarlFK, you no longer in #gstreamer? I know now why streaming to youtube didn't work for me yesterday: | 09:33 |
---|---|---|
Kripton | Youtube only reposrts that the input is valid if there's an audio track. And I always tried w/o audio | 09:33 |
Kripton | as soon as I try with audio (even from audiotestsrc of course) it works | 09:35 |
*** Niharika has quit IRC | 09:38 | |
Kripton | mithro, saw my pull requests regardging gst-plugins-dvswitch? Any plans on merging them? Is there any review-process in this project? I thought I could practice some gstreamer programming while I wait for the LKV373 hardware. | 12:00 |
mithro | Kripton: no I didn't see them | 12:09 |
mithro | Will look at them when I get at home if you link them here | 12:11 |
Kripton | Oh, I thought you'd get a mail that's why I didn't mention them here yet | 12:11 |
Kripton | simple one: https://github.com/timvideos/gst-plugins-dvswitch/pull/8 | 12:12 |
tpb | Title: Unify parameter names by kripton · Pull Request #8 · timvideos/gst-plugins-dvswitch · GitHub (at github.com) | 12:12 |
Kripton | more complex one: https://github.com/timvideos/gst-plugins-dvswitch/pull/9 | 12:12 |
tpb | Title: Make gst-plugins-dvswitch work with gstreamer 0.10 and gstreamer 1.0 by kripton · Pull Request #9 · timvideos/gst-plugins-dvswitch · GitHub (at github.com) | 12:12 |
Kripton | I think they're not directly merge-compatible so I can rebase #8 after #9 has been merged | 12:13 |
*** Niharika has joined #timvideos | 12:18 | |
mithro | Kripton: yeah, I'm not sure why I didn't get an email | 12:29 |
mithro | Kripton: so I should look at #9 first? | 12:29 |
mithro | or number 8? | 12:30 |
Kripton | nervermind. I'll just all announce all of them here :) | 12:30 |
Kripton | as you like. #8 is more trivial so it should be easier to rebase. so look at #9 first | 12:30 |
cfelton | mithro: in the initial thoughts document we have been commenting on | 12:31 |
mithro | Kripton: damn, your fast :P | 12:32 |
mithro | Kripton: I was actually going to comment that I wonder if we should just ditch 0.10 support | 12:32 |
cfelton | mithro: there was an intro with some big picture stuff, but I could use some feedback on the specifics for gizflo? | 12:33 |
mithro | cfelton: sure | 12:33 |
Kripton | yeah, ditching 0.10 was actually what I would propose since the code is more spaghetti with all those #ifs | 12:33 |
Kripton | but the comment by aps made me do the plugin that supports both APIs now | 12:33 |
mithro | Kripton: I mean, we can keep the version around in a branch | 12:33 |
CarlFK | Kripton: right..audio... coffee time | 12:33 |
mithro | Kripton: yeah, I saw it but hadn't gotten around to commenting also | 12:34 |
Kripton | mithro, now that #8 has been merged, shall I rebase #9 or redo it to only support gst 1.0 and we just keep the old thing in a branch? | 12:40 |
mithro | Kripton: hold on a sec | 12:40 |
mithro | let me do something | 12:40 |
Kripton | k | 12:40 |
mithro | Kripton: https://github.com/timvideos/gst-plugins-dvswitch/pull/10 | 12:58 |
tpb | Title: Merging aps-sids work to port to gstreamer1.0 and some of my debian package work. by mithro · Pull Request #10 · timvideos/gst-plugins-dvswitch · GitHub (at github.com) | 12:58 |
mithro | Kripton: are you able to rebase onto that with only gst1.0 support? | 12:59 |
mithro | Kripton: I'd been meaning to push those changes for a while | 13:02 |
Kripton | mithro, go ahead merging pull/10 and I'll see what can be fixed/cleaned up afterwards | 13:11 |
Kripton | a complete rebase would be overkill | 13:11 |
mithro | Kripton: can you take a look at #10 and see if there is anything which should be fixed before I merge? | 13:13 |
Kripton | k | 13:18 |
mithro | http://www.ohwr.org/projects | 13:20 |
tpb | Title: Projects - Open Hardware Repository (at www.ohwr.org) | 13:20 |
mithro | cfelton: http://www.ohwr.org/projects/fpga-config-space | 13:22 |
tpb | Title: FPGA Configuration Space - Overview - Open Hardware Repository (at www.ohwr.org) | 13:22 |
cfelton | mithro: fpga-config-space in context to? Or just interesting link? | 13:58 |
mithro | cfelton: the discussion we had about the debug infrastructure and stuff | 13:58 |
cfelton | mithro: using the "mn" framework you simply define your register file (set) in a dictionary and then done https://gist.github.com/cfelton/eb514203ff73623ff8df | 14:07 |
tpb | Title: regdef.py (at gist.github.com) | 14:07 |
mithro | cfelton: that gets blotted somewhere that can be read back at another time? | 14:08 |
cfelton | mithro: the rest is handled, you don't need to do anything else, bus agnostic, header files, can be created etc. I use this to easily config from Python | 14:08 |
cfelton | mithro: blotted? | 14:09 |
mithro | bashed, stashed, thrown at :P | 14:09 |
cfelton | mithro: yes | 14:10 |
cfelton | mithro: gotta go for today, will be back online late tonight | 14:13 |
mithro | cfelton: see ya | 14:17 |
mithro | i should go to bed | 14:17 |
Kripton | mithro, I made some small changes in your "master" branch, but I cannot send a pull request to your repo. My branch is here: https://github.com/kripton/gst-plugins-dvswitch/tree/mithro-master | 14:18 |
tpb | Title: kripton/gst-plugins-dvswitch at mithro-master · GitHub (at github.com) | 14:18 |
Kripton | It's basically one commit on top of your master. If you merge it to your master, you can merge your master branch to the "timvideos" repository | 14:19 |
mithro | Kripton: shall I merge #10 and then you can send yours to the main repo? | 14:19 |
Kripton | okay for me | 14:20 |
Kripton | and you could tag the last version that compiles against 0.10 in the timvideos repo. Just in case ;) | 14:23 |
Kripton | mithro, oh wait, I CAN send a pull-req to your repo | 14:26 |
Kripton | https://github.com/mithro/gst-plugins-dvswitch/pull/1 | 14:26 |
tpb | Title: Fix casings and compiler warnings by kripton · Pull Request #1 · mithro/gst-plugins-dvswitch · GitHub (at github.com) | 14:26 |
Kripton | so you can merge mine before merging your branch to timvideos repo | 14:27 |
mithro | Kripton: done! | 14:28 |
Kripton | mithro, cool | 14:29 |
Kripton | ... and gone is 0.10 :D | 14:29 |
mithro | Kripton: not quite.... | 14:32 |
mithro | https://github.com/timvideos/gst-plugins-dvswitch/tree/gst0.10 :P | 14:32 |
tpb | Title: timvideos/gst-plugins-dvswitch at gst0.10 · GitHub (at github.com) | 14:32 |
Kripton | good. I gotta go now. see you later | 14:44 |
*** Niharika has quit IRC | 16:17 | |
*** Niharika has joined #timvideos | 16:34 | |
*** Niharika has quit IRC | 16:49 | |
*** Niharika has joined #timvideos | 16:51 | |
*** hyades has joined #timvideos | 19:11 | |
*** Niharika has quit IRC | 19:30 | |
Kripton | mithro, you could've set the gst-0.10 tag on commit "b4637e9f65cb8fa1e29de26d2f37c1f8cb9c7b57" | 20:29 |
Kripton | since the parameter changes were on the 0.10 branch before the porting | 20:29 |
*** hyades has quit IRC | 21:20 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!