gapk/src
Vadim Yanitskiy 3839a88ea6 procqueue: separate queue check function
In order to give advanced control over a processing queue,
it would be better to have the checking function separated from
the osmo_gapk_pq_prepare(). Moreover, this change introduces an
additional 'strict' checking mode that requires a queue to have
a source item first and a sink item in the last position.
2017-12-31 12:20:59 +01:00
..
Makefile.am libosmogapk: rename the 'logging.c' to 'common.c' 2017-12-31 12:20:59 +01:00
app_osmo_gapk.c procqueue: separate queue check function 2017-12-31 12:20:59 +01:00
benchmark.c libosmogapk: introduce the internal root talloc context 2017-12-31 12:20:59 +01:00
codec_amr.c libosmogapk: introduce the internal root talloc context 2017-12-31 12:20:59 +01:00
codec_efr.c libosmogapk: introduce the internal root talloc context 2017-12-31 12:20:59 +01:00
codec_fr.c benchmark: move benchmark impl to a private header 2017-12-31 12:20:59 +01:00
codec_hr.c benchmark: move benchmark impl to a private header 2017-12-31 12:20:59 +01:00
codec_pcm.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
codecs.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
common.c libosmogapk: drop an 'osmo' prefix from internal log variables 2017-12-31 12:20:59 +01:00
fmt_amr.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_amr_opencore.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_gsm.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_hr_ref.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_racal.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rawpcm.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_amr.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_efr.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_hr_etsi.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_hr_ietf.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_ti.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
formats.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
libosmogapk.map procqueue: separate queue check function 2017-12-31 12:20:59 +01:00
pq_alsa.c procqueue: add item catedory and sub-category fields 2017-12-31 12:20:59 +01:00
pq_codec.c procqueue: add item catedory and sub-category fields 2017-12-31 12:20:59 +01:00
pq_file.c procqueue: add item catedory and sub-category fields 2017-12-31 12:20:59 +01:00
pq_format.c procqueue: add item catedory and sub-category fields 2017-12-31 12:20:59 +01:00
pq_rtp.c procqueue: add item catedory and sub-category fields 2017-12-31 12:20:59 +01:00
procqueue.c procqueue: separate queue check function 2017-12-31 12:20:59 +01:00