summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Antonio Ospite [Mon, 2 Oct 2017 08:25:56 +0000 (10:25 +0200)]
Add a verbose option, it can be useful for debugging
Antonio Ospite [Fri, 29 Sep 2017 09:25:23 +0000 (11:25 +0200)]
Set the debug category name to the same GstAppSrc name used in the pipeline
Antonio Ospite [Fri, 29 Sep 2017 09:22:36 +0000 (11:22 +0200)]
Make the global App variable static
Antonio Ospite [Mon, 25 Sep 2017 09:47:12 +0000 (11:47 +0200)]
Replace g_malloc+memcpy with g_memdup
Antonio Ospite [Mon, 25 Sep 2017 09:39:53 +0000 (11:39 +0200)]
Port parse_ports() over from alsamidisrc, to reduce the code differences
Also, use g_free() to deallocate app->seq_ports: since it is allocated
with g_try_new(), use a glib function to deallocate it as well.
Antonio Ospite [Tue, 9 Jun 2015 21:21:08 +0000 (23:21 +0200)]
Do not use alloca() in app_init(): the memory is used after the return
Also reorder the cleanup sequence in app_finalize().
Antonio Ospite [Wed, 15 Oct 2014 13:39:28 +0000 (14:39 +0100)]
Initial import