[rygel] data: Make the GstLaunch pipelines in rygel.conf work with gst-1.0



commit fdaef58458cb6abf83771adeb2137db14cae0ec1
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Feb 12 10:37:51 2014 +0100

    data: Make the GstLaunch pipelines in rygel.conf work with gst-1.0
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724215

 data/rygel.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/rygel.conf b/data/rygel.conf
index 307da12..1347dc0 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -132,10 +132,10 @@ audiotestsrc-mime=audio/x-wav
 audiotestsrc-launch=audiotestsrc ! wavenc
 videotestsrc-title=Videotestsrc
 videotestsrc-mime=video/mpeg
-videotestsrc-launch=videotestsrc ! ffenc_mpeg2video ! mpegtsmux
+videotestsrc-launch=videotestsrc ! avenc_mpeg2video ! mpegtsmux
 videotestoverlay-title=Videotestsrc with timeoverlay 2
 videotestoverlay-mime=video/mpeg
-videotestoverlay-launch=videotestsrc ! timeoverlay ! ffenc_mpeg2video ! mpegtsmux
+videotestoverlay-launch=videotestsrc ! timeoverlay ! avenc_mpeg2video ! mpegtsmux
 
 [Test]
 enabled=false


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]