History log of /haiku/src/tests/kits/media/streamer_sniff_test/main.cpp
Revision Date Author Comments
# 0ba82236 24-Jun-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

Streaming: Remove any pointer BUrl argument

* There's no need to pass BUrl by pointer, this is
potentially dangerous and leaky without any advantage,
copying is definitely safer.


# 28387954 30-May-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

streamer_sniff_test: Little improvements

* Print tracks detected count.
* Delete media file before to exit.


# e7a7cd4e 18-May-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

Add streamer_sniff_test

* This is a simple test that open an url for streaming using
BMediaFile, the purpose is to test if streamers sniffing work
well.