gstreamer/ext/srtp
Tim-Philipp Müller 9adefac59b srtpenc: fix failure return values from create_session()
create_session() returns an err_status_t with
err_status_ok=0 and err_status_fail=1, so
returning TRUE/FALSE is not quite right.

https://bugzilla.gnome.org/show_bug.cgi?id=749304
2015-05-13 12:32:53 +01:00
..
.gitignore
gstsrtp.c
gstsrtp.h
gstsrtpdec.c srtpdec: Actually set the caps on the srcpad instead of just calling the default event handler for the sinkpad 2015-05-06 12:59:33 +02:00
gstsrtpdec.h
gstsrtpenc.c srtpenc: fix failure return values from create_session() 2015-05-13 12:32:53 +01:00
gstsrtpenc.h
Makefile.am