Commit 51bc2433 authored by Christophe Massiot's avatar Christophe Massiot Committed by Jean-Baptiste Kempf

New sout module langfromtelx, gets lang from telx

This is used in a very particular situation
(language code changing continuously on a single PID, signaled by a
change in teletext data), but maybe other uses can be inspired from it.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 0880b6a6
...@@ -80,7 +80,8 @@ Stream output: ...@@ -80,7 +80,8 @@ Stream output:
dst=public_html/iphonestreamfile-###.ts}" dst=public_html/iphonestreamfile-###.ts}"
* RTP: support for Vorbis and Theora * RTP: support for Vorbis and Theora
* Major rework of VoD support * Major rework of VoD support
* New delay module * New delay module, to introduce delays
* New setlang, setid and langfromtelx modules
Services Discovery: Services Discovery:
* Search API to be able to query distant search APIs from the interfaces * Search API to be able to query distant search APIs from the interfaces
......
...@@ -16,6 +16,7 @@ SOURCES_stream_out_record = record.c ...@@ -16,6 +16,7 @@ SOURCES_stream_out_record = record.c
SOURCES_stream_out_raop = raop.c SOURCES_stream_out_raop = raop.c
SOURCES_stream_out_smem = smem.c SOURCES_stream_out_smem = smem.c
SOURCES_stream_out_setid = setid.c SOURCES_stream_out_setid = setid.c
SOURCES_stream_out_langfromtelx = langfromtelx.c
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
libstream_out_dummy_plugin.la \ libstream_out_dummy_plugin.la \
...@@ -32,6 +33,7 @@ libvlc_LTLIBRARIES += \ ...@@ -32,6 +33,7 @@ libvlc_LTLIBRARIES += \
libstream_out_record_plugin.la \ libstream_out_record_plugin.la \
libstream_out_smem_plugin.la \ libstream_out_smem_plugin.la \
libstream_out_setid_plugin.la \ libstream_out_setid_plugin.la \
libstream_out_langfromtelx_plugin.la \
$(NULL) $(NULL)
# RTP plugin # RTP plugin
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment