mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
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.
This commit is contained in:
parent
29235e7099
commit
789f5b0488
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue