mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
photography: remove implements-interface prerequisite
This commit is contained in:
parent
94ac238b7c
commit
145c4b9f74
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ gst_photography_get_type (void)
|
||||||
|
|
||||||
gst_photography_type = g_type_register_static (G_TYPE_INTERFACE,
|
gst_photography_type = g_type_register_static (G_TYPE_INTERFACE,
|
||||||
"GstPhotography", &gst_photography_info, 0);
|
"GstPhotography", &gst_photography_info, 0);
|
||||||
g_type_interface_add_prerequisite (gst_photography_type,
|
|
||||||
GST_TYPE_IMPLEMENTS_INTERFACE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return gst_photography_type;
|
return gst_photography_type;
|
||||||
|
|
Loading…
Reference in a new issue