diff options
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.patch | 19 |
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; |