summaryrefslogtreecommitdiff
path: root/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-12-29 19:43:51 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-12-29 19:43:51 +0000
commita237fdd3a91d4dd99d4d6a36dbffd9ac5f76a222 (patch)
treed93806dbfa6242c6539e3633bb3a27636d5aa72f /packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch
parentf83fcfa62f5267235115429a3178e490c9494d72 (diff)
parentd91baaa377d2b7b630bfc41fa7ec90aae60d191b (diff)
merge of '2bd0126d08de7a847d1206078cb5735489c7a443'
and '421bc59a69ee9e86be6150500d3b25466a9b730b'
Diffstat (limited to 'packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch')
-rw-r--r--packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch b/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch
deleted file mode 100644
index 553c7b4270..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- gst-plugins-0.8.8.orig/gst-libs/gst/gconf/gconf.c 2005-02-02 09:14:01.000000000 +0100
-+++ gst-plugins-0.8.8/gst-libs/gst/gconf/gconf.c 2005-08-13 23:28:36.000000000 +0200
-@@ -205,9 +205,13 @@
- if (!ret) {
- ret = gst_element_factory_make (DEFAULT_AUDIOSINK, NULL);
-
-- if (!ret)
-- g_warning ("No GConf default audio sink key and %s doesn't work",
-- DEFAULT_AUDIOSINK);
-+ if (!ret) {
-+ ret = gst_element_factory_make ("esdsink", NULL);
-+
-+ if (!ret)
-+ g_warning ("No GConf default audio sink key and neither %s nor esdsink work",
-+ DEFAULT_AUDIOSINK);
-+ }
- }
-
- return ret;