From 5d812dcdb5d93cd5e784d4077f08e4d99abd8851 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Tue, 15 Feb 2011 12:04:42 +0100 Subject: [PATCH] News, po, and module list for select --- NEWS | 2 ++ modules/LIST | 1 + po/POTFILES.in | 1 + 3 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 890e5facbfb5..ce9969dd8f2a 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 946e97571464..26d4685c9d71 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 e4153a55bbd2..67def8c7b4ec 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 -- GitLab