From: Tim-Philipp Müller Date: Fri, 24 Jul 2009 18:26:40 +0000 (+0100) Subject: playbin: rename GType of stream selector pad to avoid clash with input-selector from... X-Git-Tag: 1.19.3~511^2~9401 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=789f5b04888a4a6ba4802335dbb305f4b43b9cda;p=platform%2Fupstream%2Fgstreamer.git 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. --- 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;