summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Antonio Ospite [Mon, 2 Oct 2017 08:27:05 +0000 (10:27 +0200)]
Don't set buffer offset and duration
They are not relly needed for a live source in pull mode
Antonio Ospite [Mon, 25 Sep 2017 13:14:45 +0000 (15:14 +0200)]
Prevent Valgrind from reporting cached configuration as memory leaks
See http://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=MEMORY-LEAK;hb=HEAD
Antonio Ospite [Mon, 2 Oct 2017 09:51:54 +0000 (11:51 +0200)]
Make feed_data more robust
Make the function either push a buffer or send EOS in every exit path,
this prevents the pipeline from waiting for data which is not going to
come.
Antonio Ospite [Mon, 25 Sep 2017 12:07:05 +0000 (14:07 +0200)]
Make push_buffer() look similar to the code used in alsamidisrc
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