Skip to content

Instantly share code, notes, and snippets.

View streamer45's full-sized avatar
🏠
Working from home

Claudio Costa streamer45

🏠
Working from home
View GitHub Profile
[
{
"com": "kradmixer",
"ctrl": "add_portgroup",
"content": {
"name": "Master",
"bus": "",
"crossfade_group": "",
"channels": "2",
"type": "32719",
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe77fe700 (LWP 7646)]
0x00007ffff5171b5f in ?? () from /usr/lib/libswscale.so.2
(gdb) bt
#0 0x00007ffff5171b5f in ?? () from /usr/lib/libswscale.so.2
#1 0x00007ffff5167469 in ?? () from /usr/lib/libswscale.so.2
#2 0x00007ffff51695d8 in sws_scale () from /usr/lib/libswscale.so.2
#3 0x00007ffff75dd015 in kr_image_convert (conv=conv@entry=0x7ffff7fb46f8, dst=dst@entry=0x7fffe77fd5f0, src=src@entry=0x7fffe77fd670) at krad_compositor/krad_convert.c:54
#4 0x00007ffff75e21d9 in path_render (path=path@entry=0x7ffff7fb4380, dst=dst@entry=0x7fffe77fd730, cr=0x7fffe0027d40) at krad_compositor/krad_compositor_path.c:124
#5 0x00007ffff75e2c7a in composite (com=0x6117b0) at krad_compositor/krad_compositor.c:80
AR libavfilter/libavfilter.a
AR libavcodec/libavcodec.a
HOSTLD doc/print_options
LD libavcodec/libavcodec.so.55
GENTEXI doc/avoptions_format.texi
GENTEXI doc/avoptions_codec.texi
/usr/bin/ld: libavcodec/atrac.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC
libavcodec/atrac.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
library.mak:101: recipe for target 'libavcodec/libavcodec.so.55' failed
==9965== Memcheck, a memory error detector
==9965== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==9965== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
==9965== Command: kr booya info
==9965== Parent PID: 5398
==9965==
==9965==
==9965== HEAP SUMMARY:
==9965== in use at exit: 0 bytes in 0 blocks
==9965== total heap usage: 15 allocs, 15 frees, 136,761 bytes allocated
==9962== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==9962== at 0x9977F4D: ??? (in /usr/lib/libpthread-2.18.so)
==9962== by 0x8C81468: ??? (in /usr/lib/libwayland-client.so.0.1.0)
==9962== by 0x8C80EB8: wl_display_dispatch_queue (in /usr/lib/libwayland-client.so.0.1.0)
==9962== by 0x8C81034: wl_display_roundtrip (in /usr/lib/libwayland-client.so.0.1.0)
==9962== by 0x5094F34: kr_wayland_mkpath (krad_wayland.c:699)
==9962== by 0x5070F91: wayland_adapter_path_create (wayland.c:87)
==9962== by 0x50712E7: kr_adapter_mkpath (krad_adapter.c:101)
==9962== by 0x5089A08: path_io_create (krad_transponder.c:197)
Log 0 started
Krad Radio Version 25
Station: booya
Krad Radio took 4ms to startup
Current Unix Time: 1387454813
Created adapter
ok we are going to create an adapter path
Krad V4L2: 12 buffers
we skipped an adapter with the wrong api..
wayland adapter create happens!
[streamer45@archlinux ~]$ v4l2-ctl --all
Driver Info (not using libv4l2):
Driver name : ov534
Card type : USB Camera-B4.09.24.1
Bus info : usb-0000:00:14.0-1
Driver version: 3.12.5
Capabilities : 0x85000001
Video Capture
Read/Write
Streaming
[streamer45@archlinux krad_radio]$ git rebase upstream/oneman
First, rewinding head to replay your work on top of it...
Applying: latest
Applying: added BALL vector :P
Using index info to reconstruct a base tree...
M lib/krad_compositor/krad_compositor_common.c
M lib/krad_compositor/krad_compositor_common.h
M lib/krad_compositor/krad_vector.c
<stdin>:62: trailing whitespace.
commit 422c45c2dffb3355037f35d4db893b7ca7268820
Author: David Richards <drichards@mozilla.com>
Date: Thu Dec 19 04:43:28 2013 -0800
only compile example client if --enable-dev
[streamer45@archlinux krad_radio]$ git status
On branch master
Your branch is ahead of 'origin/master' by 16 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: lib/gen/gen.c