reassign 373703 gst-plugins-good0.10
thanks

As esdsink and autoaudiosink are in -plugins-good I'm reassigning the
bug to that. The Ubuntu patch is attached, we only have to decide what
to do with the LTSP bit in there.

Bye
diff -Nur gst-plugins-good0.10-0.10.0/ext/esd/esdsink.c gst-plugins-good0.10-0.10.0.new/ext/esd/esdsink.c
--- gst-plugins-good0.10-0.10.0/ext/esd/esdsink.c	2006-01-11 14:20:29.000000000 +0100
+++ gst-plugins-good0.10-0.10.0.new/ext/esd/esdsink.c	2006-01-11 14:24:55.000000000 +0100
@@ -379,7 +379,8 @@
 gboolean
 gst_esdsink_factory_init (GstPlugin * plugin)
 {
-  if (!gst_element_register (plugin, "esdsink", GST_RANK_NONE,
+  if (!gst_element_register (plugin, "esdsink", 
+          getenv ("LTSP_CLIENT") ? GST_RANK_PRIMARY : (GST_RANK_PRIMARY-2),
           GST_TYPE_ESDSINK))
     return FALSE;
 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to