mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
various: fix pad template ref leaks
https://bugzilla.gnome.org/show_bug.cgi?id=662664
This commit is contained in:
parent
a1fc9987ca
commit
41359df358
1 changed files with 1 additions and 2 deletions
|
@ -98,8 +98,7 @@ gst_data_uri_src_base_init (gpointer klass)
|
|||
{
|
||||
GstElementClass *element_class = (GstElementClass *) (klass);
|
||||
|
||||
gst_element_class_add_pad_template (element_class,
|
||||
gst_static_pad_template_get (&src_template));
|
||||
gst_element_class_add_static_pad_template (element_class, &src_template);
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"data: URI source element", "Source", "Handles data: uris",
|
||||
"Philippe Normand <pnormand@igalia.com>, "
|
||||
|
|
Loading…
Reference in a new issue