[vlc-commits] libvlc: add renderer_discoverer external API
Thomas Guillem
git at videolan.org
Tue Sep 20 11:10:05 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jul 21 19:40:22 2016 +0200| [5f3abe14ea9515f8330e86495b1aa040435f5a49] | committer: Thomas Guillem
libvlc: add renderer_discoverer external API
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f3abe14ea9515f8330e86495b1aa040435f5a49
---
include/vlc/libvlc_events.h | 14 ++
include/vlc/libvlc_renderer_discoverer.h | 231 +++++++++++++++++++++++++
include/vlc/vlc.h | 1 +
lib/Makefile.am | 2 +
lib/libvlc.sym | 11 ++
lib/renderer_discoverer.c | 279 +++++++++++++++++++++++++++++++
lib/renderer_discoverer_internal.h | 33 ++++
modules/services_discovery/microdns.c | 6 +-
test/Makefile.am | 3 +
test/libvlc/renderer_discoverer.c | 127 ++++++++++++++
10 files changed, 703 insertions(+), 4 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=5f3abe14ea9515f8330e86495b1aa040435f5a49
More information about the vlc-commits
mailing list