Lines Matching refs:slave
156 static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
170 if ((ret = ff_tee_parse_slave_options(avf, slave, &options, &filename)) < 0)
270 subselect, slave);
299 av_log(avf, AV_LOG_ERROR, "Slave '%s': error opening: %s\n", slave,
306 slave, av_err2str(ret));
335 "Invalid stream specifier '%s' in bsfs option '%s' for slave "
341 av_log(avf, AV_LOG_DEBUG, "spec:%s bsfs:%s matches stream %d of slave "
345 "Duplicate bsfs specification associated to stream %d of slave "
353 "stream %d of slave output '%s'\n", entry->value, i, filename);
410 static void log_slave(TeeSlave *slave, void *log_ctx, int log_level)
414 slave->avf->url, slave->avf->oformat->name);
415 for (i = 0; i < slave->avf->nb_streams; i++) {
416 AVStream *st = slave->avf->streams[i];
417 AVBSFContext *bsf = slave->bsfs[i];
461 char *slave = av_get_token(&filename, slave_delim);
462 if (!slave) {
466 ret = av_dynarray_add_nofree(&slaves, &nb_slaves, slave);
468 av_free(slave);
505 "to any slave.\n", i);
549 /* Flush slave if pkt is NULL*/