[vlc-commits] News, po, and module list for select
Jean-Baptiste Kempf
git at videolan.org
Tue Feb 15 12:04:59 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 15 12:04:42 2011 +0100| [5d812dcdb5d93cd5e784d4077f08e4d99abd8851] | committer: Jean-Baptiste Kempf
News, po, and module list for select
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5d812dcdb5d93cd5e784d4077f08e4d99abd8851
---
NEWS | 2 ++
modules/LIST | 1 +
po/POTFILES.in | 1 +
3 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 890e5fa..ce9969d 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 946e975..26d4685 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 e4153a5..67def8c 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
More information about the vlc-commits
mailing list