*** tpb has joined #timvideos | 00:00 | |
*** tija has joined #timvideos | 00:45 | |
*** tija has quit IRC | 01:13 | |
*** tija has joined #timvideos | 02:11 | |
*** FeltonChris has joined #timvideos | 02:38 | |
FeltonChris | shenki: my kids consume all discretionary spending | 02:39 |
---|---|---|
*** tija has quit IRC | 02:41 | |
FeltonChris | processor: 0 | 02:43 |
FeltonChris | vendor_id: AuthenticAMD | 02:43 |
FeltonChris | cpu family: 15 | 02:43 |
FeltonChris | model: 95 | 02:43 |
FeltonChris | model name: AMD Athlon(tm) Processor LE-1620 | 02:43 |
FeltonChris | stepping: 3 | 02:43 |
FeltonChris | cpu MHz: 2400.000 | 02:43 |
FeltonChris | cache size: 1024 KB | 02:43 |
FeltonChris | shenki: thinking of getting a new box, one I can drill holes in the box to mount the ATLYS on, cables won't mechanically be pulling it all over the place | 02:45 |
CarlFK | FeltonChris: someone here posted some 4" hdmi m/f extender cables - so that you aren't pulling pushing the connectors on the board, which makes me edgy | 02:49 |
aps-sids | CarlFK: morning. can you help with the error in my latest blog post? | 02:53 |
CarlFK | aps-sids: if pspec == None:... seems like a bad idea | 03:09 |
aps-sids | hmm, that's what I though. Last year student did that. | 03:09 |
CarlFK | I suspect pspec should not be None | 03:10 |
CarlFK | as in whatever is calling verbose_deep_notify_cb(object, orig, pspec, component) is broken | 03:10 |
aps-sids | It comes in callback from a built-in library function, so I'm not able to figure out why is that None | 03:11 |
aps-sids | CarlFK: from here https://github.com/aps-sids/flumotion-orig/blob/porting-to-gst1.0/flumotion/component/feedcomponent010.py#L409 | 03:12 |
tpb | Title: flumotion-orig/flumotion/component/feedcomponent010.py at porting-to-gst1.0 · aps-sids/flumotion-orig · GitHub (at github.com) | 03:12 |
CarlFK | well, that is not calling verbose_deep_notify_cb | 03:13 |
CarlFK | quick python refresher... | 03:14 |
CarlFK | >>> def foo(x): return x+1 | 03:14 |
CarlFK | >>> bar = foo | 03:14 |
CarlFK | >>> bar(1) | 03:14 |
CarlFK | 2 | 03:14 |
CarlFK | foo is the function, foo(1) is calling the function and passing it 1 | 03:15 |
CarlFK | we can use the words "pointer to function" if that helps | 03:15 |
CarlFK | but some will argue about using that word with Python.. but whatever. the concept is what needs to be understood, not how it is implemented | 03:16 |
CarlFK | and also... | 03:16 |
CarlFK | I am pretty sure the values being passed should not be different between the old and new codde | 03:17 |
CarlFK | code | 03:17 |
CarlFK | the system should be doing the same thing, so if pspec is now None, but it wasn't in the 0.10 code, that smells like a problem. | 03:18 |
techman83 | ltd18515 | 04:58 |
techman83 | gah | 04:58 |
techman83 | good thing that's test user password | 04:58 |
techman83 | *completes sysadmin walk of wrong window shame* | 04:59 |
*** puck has quit IRC | 05:03 | |
*** techman83 has quit IRC | 05:15 | |
*** micolous has quit IRC | 05:15 | |
*** andi-m2 has quit IRC | 05:15 | |
*** Joelw has quit IRC | 05:15 | |
*** techdragon has quit IRC | 05:15 | |
*** andi-m2 has joined #timvideos | 05:21 | |
*** puck has joined #timvideos | 05:27 | |
*** micolous has joined #timvideos | 05:27 | |
*** techman83 has joined #timvideos | 05:27 | |
*** techdragon has joined #timvideos | 05:27 | |
*** Joelw has joined #timvideos | 05:27 | |
*** kornbluth.freenode.net sets mode: +v techman83 | 05:27 | |
*** puck has quit IRC | 05:28 | |
*** techman83 has quit IRC | 05:28 | |
*** micolous has quit IRC | 05:28 | |
*** Joelw has quit IRC | 05:28 | |
*** techdragon has quit IRC | 05:28 | |
*** puck has joined #timvideos | 05:33 | |
*** Joelw has joined #timvideos | 05:33 | |
*** techdragon has joined #timvideos | 05:33 | |
*** techman83 has joined #timvideos | 05:33 | |
*** micolous has joined #timvideos | 05:33 | |
*** kornbluth.freenode.net sets mode: +v techman83 | 05:33 | |
*** slomo has joined #timvideos | 06:37 | |
*** sarwarc has joined #timvideos | 06:38 | |
*** sarwarc has quit IRC | 07:26 | |
*** sarwarc_ has joined #timvideos | 07:26 | |
*** rohitksingh has joined #timvideos | 09:16 | |
*** rohitksingh has quit IRC | 10:06 | |
*** sarwarc_ has quit IRC | 10:40 | |
*** sarwarc_ has joined #timvideos | 11:30 | |
*** sarwarc_ has quit IRC | 11:42 | |
*** FeltonChris has quit IRC | 13:10 | |
*** Niharika has joined #timvideos | 13:32 | |
*** tija has joined #timvideos | 14:00 | |
tija | shenki: Where does your make file store the generated .xsvf file | 14:00 |
*** slomo has quit IRC | 14:20 | |
*** rohitksingh has joined #timvideos | 14:23 | |
*** rohitksingh has quit IRC | 14:39 | |
*** rohitksingh has joined #timvideos | 14:52 | |
*** tija has quit IRC | 15:11 | |
*** Niharika has left #timvideos | 16:53 | |
*** Niharika has quit IRC | 16:53 | |
*** rohitksingh has quit IRC | 17:29 | |
aps-sids | CarlFK: Hey, I just posted about how to run a test stream. Try it if you have time and let me know if you face any problems. | 17:38 |
aps-sids | Others interested are also welcome to test :) | 17:38 |
CarlFK | cool - thanks. how long are you arround ? | 17:39 |
CarlFK | around | 17:39 |
aps-sids | umm, about an hour | 17:39 |
CarlFK | k - let me get on this | 17:40 |
*** sarwarc has joined #timvideos | 18:52 | |
*** sarwarc has quit IRC | 19:00 | |
CarlFK | aps-sids: er.. sleep well | 20:00 |
*** rohitksingh has joined #timvideos | 21:15 | |
*** ldlework has quit IRC | 21:58 | |
*** puck has quit IRC | 21:59 | |
*** ldlework has joined #timvideos | 22:09 | |
*** puck has joined #timvideos | 22:13 | |
*** rohitksingh has quit IRC | 22:47 | |
*** mparuszewski has quit IRC | 23:51 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!