data: Add GstLaunch to maemo configuration
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 28 Sep 2009 12:51:39 +0000 (15:51 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 28 Sep 2009 12:51:39 +0000 (15:51 +0300)
data/rygel-maemo.conf

index e93e6b4..4cb400a 100644 (file)
@@ -61,3 +61,16 @@ uris=
 enabled=false
 # List of ids of broadcasts
 rss=508
+
+[GstLaunch]
+enabled=false
+launch_items=audiotestsrc;videotestsrc;videotestoverlay
+audiotestsrc_title=Audiotestsrc
+audiotestsrc_mime=audio/x-wav
+audiotestsrc_launch=audiotestsrc ! wavenc
+videotestsrc_title=Videotestsrc
+videotestsrc_mime=video/mpeg
+videotestsrc_launch=videotestsrc ! ffenc_mpeg2video ! mpegtsmux
+videotestoverlay_title=Videotestsrc with timeoverlay 2
+videotestoverlay_mime=video/mpeg
+videotestoverlay_launch=videotestsrc ! timeoverlay ! ffenc_mpeg2video ! mpegtsmux