From 789f5b04888a4a6ba4802335dbb305f4b43b9cda Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 24 Jul 2009 19:26:40 +0100 Subject: [PATCH] playbin: rename GType of stream selector pad to avoid clash with input-selector from -bad 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/playback/gststreamselector.c b/gst/playback/gststreamselector.c index a99ecee..6ee0e51 100644 --- a/gst/playback/gststreamselector.c +++ b/gst/playback/gststreamselector.c @@ -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; -- 2.7.4