Add patch to make the GstLaunch pipelines in rygel.conf work with gst-1.0 OBS-URL: https://build.opensuse.org/request/show/222401 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=102
27 lines
986 B
Diff
27 lines
986 B
Diff
From fdaef58458cb6abf83771adeb2137db14cae0ec1 Mon Sep 17 00:00:00 2001
|
|
From: Debarshi Ray <debarshir@gnome.org>
|
|
Date: Wed, 12 Feb 2014 09:37:51 +0000
|
|
Subject: data: Make the GstLaunch pipelines in rygel.conf work with gst-1.0
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=724215
|
|
---
|
|
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
|
|
--
|
|
cgit v0.9.2
|