Exemple #1
0
void rtpstream_reset_cb(void *arg)
{
    rtpstream_tapinfo_t *ti =(rtpstream_tapinfo_t *)arg;
    if (ti->tap_reset) {
        /* Give listeners a chance to cleanup references. */
        ti->tap_reset(ti);
    }
    rtpstream_reset(ti);
}
Exemple #2
0
void rtpstream_reset_cb(void *arg)
{
	rtpstream_reset((rtpstream_tapinfo_t *)arg);
}
Exemple #3
0
void rtpstream_reset_cb(void *arg)
{
	rtpstream_reset(arg);
}