]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gstreamer / gst-plugins-0.8.8 / gst-plugins-0.8.8-try-esdsink.patch
1 --- gst-plugins-0.8.8.orig/gst-libs/gst/gconf/gconf.c   2005-02-02 09:14:01.000000000 +0100
2 +++ gst-plugins-0.8.8/gst-libs/gst/gconf/gconf.c        2005-08-13 23:28:36.000000000 +0200
3 @@ -205,9 +205,13 @@
4    if (!ret) {
5      ret = gst_element_factory_make (DEFAULT_AUDIOSINK, NULL);
6  
7 -    if (!ret)
8 -      g_warning ("No GConf default audio sink key and %s doesn't work",
9 -          DEFAULT_AUDIOSINK);
10 +    if (!ret) {
11 +      ret = gst_element_factory_make ("esdsink", NULL);
12 +
13 +      if (!ret)
14 +        g_warning ("No GConf default audio sink key and neither %s nor esdsink work",
15 +            DEFAULT_AUDIOSINK);
16 +    }
17    }
18  
19    return ret;