diff --git a/NEWS b/NEWS index 890e5facbfb59811094ab793acf361c2c149eed9..ce9969dd8f2adbe30db301019386b3895d63dc92 100644 --- a/NEWS +++ b/NEWS @@ -89,6 +89,8 @@ Stream output: #setid{id=12,new-id=42}:std... * New langfromtelx module, to change lang of one ES, when streaming, based on a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std... + * New select module, to replace an existing ES with another ES in the same track + #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio} Services Discovery: * Search API to be able to query distant search APIs from the interfaces diff --git a/modules/LIST b/modules/LIST index 946e97571464c5a3a240f22219629a805ecd6e08..26d4685c9d71aad8507c35a6f9ccd68efc79f1cc 100644 --- a/modules/LIST +++ b/modules/LIST @@ -303,6 +303,7 @@ $Id$ * stream_out_raop: Remote Audio Output Protocol (AirTunes) stream out * stream_out_record: record stream output module * stream_out_rtp: rtp stream output module + * stream_out_select: Replace an existing ES with another ES in the same track * stream_out_setid: Set the ID/Lang of an ES when streaming * stream_out_smem: stream output module to a memory buffer * stream_out_standard: standard stream output module diff --git a/po/POTFILES.in b/po/POTFILES.in index e4153a55bbd2877ceddf6ca8a05e612fefc6a88b..67def8c7b4ece57f1ba4a6c7169e43aed0225d7c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1030,6 +1030,7 @@ modules/stream_out/rtp.c modules/stream_out/rtp.h modules/stream_out/rtpfmt.c modules/stream_out/rtsp.c +modules/stream_out/select.c modules/stream_out/setid.c modules/stream_out/smem.c modules/stream_out/standard.c