playbin: rename GType of stream selector pad to avoid clash with input-selector from...
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 24 Jul 2009 18:26:40 +0000 (19:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 27 Jul 2009 13:18:27 +0000 (14:18 +0100)
Rename the GType of the pads of playbin's internal stream selector
element so they don't use the same type name as input-selector's
pads. Fixes #589622.

gst/playback/gststreamselector.c

index a99ecee..6ee0e51 100644 (file)
@@ -143,7 +143,7 @@ gst_selector_pad_get_type (void)
     };
 
     selector_pad_type =
-        g_type_register_static (GST_TYPE_PAD, "GstSelectorPad",
+        g_type_register_static (GST_TYPE_PAD, "GstPlaybinSelectorPad",
         &selector_pad_info, 0);
   }
   return selector_pad_type;