[FFmpeg-cvslog] ffserver: tests, use Metadata title in config

Reynaldo H. Verdejo Pinochet git at videolan.org
Mon Aug 25 02:12:39 CEST 2014


ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com> | Fri Aug 22 18:29:18 2014 -0400| [07bc24973b8cf97dc52e69de236d06126740c55d] | committer: Reynaldo H. Verdejo Pinochet

ffserver: tests, use Metadata title in config

'Title' was deprecated with 9985710a5a927d52c345c4bdcc88f5c014ee2fe7

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07bc24973b8cf97dc52e69de236d06126740c55d
---

 tests/ffserver.conf |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/ffserver.conf b/tests/ffserver.conf
index 05bd38f..3612843 100644
--- a/tests/ffserver.conf
+++ b/tests/ffserver.conf
@@ -173,7 +173,7 @@ PreRoll 10
 StartSendOnKey
 MaxTime 100
 
-Title "Test data stream"
+Metadata title "Test data stream"
 
 </Stream>
 
@@ -195,7 +195,7 @@ PreRoll 20
 StartSendOnKey
 MaxTime 100
 
-Title "Test data stream"
+Metadata title "Test data stream"
 
 </Stream>
 



More information about the ffmpeg-cvslog mailing list