Don't set buffer offset and duration
[gst-aseq-appsrc.git] / gst-aseq-appsrc.c
2017-10-03 Antonio OspiteDon't set buffer offset and duration
2017-10-03 Antonio OspitePrevent Valgrind from reporting cached configuration...
2017-10-03 Antonio OspiteMake feed_data more robust
2017-10-03 Antonio OspiteMake push_buffer() look similar to the code used in...
2017-10-03 Antonio OspiteAdd a verbose option, it can be useful for debugging
2017-10-03 Antonio OspiteSet the debug category name to the same GstAppSrc name...
2017-10-03 Antonio OspiteMake the global App variable static
2017-10-03 Antonio OspiteReplace g_malloc+memcpy with g_memdup
2017-10-03 Antonio OspitePort parse_ports() over from alsamidisrc, to reduce...
2015-06-09 Antonio OspiteDo not use alloca() in app_init(): the memory is used...
2014-10-15 Antonio OspiteInitial import