mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
photography: remore implement-interface
This commit is contained in:
parent
5873ff2925
commit
fae37396a4
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ G_BEGIN_DECLS
|
|||
#define GST_TYPE_PHOTOGRAPHY \
|
||||
(gst_photography_get_type ())
|
||||
#define GST_PHOTOGRAPHY(obj) \
|
||||
(GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PHOTOGRAPHY, GstPhotography))
|
||||
(G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PHOTOGRAPHY, GstPhotography))
|
||||
#define GST_IS_PHOTOGRAPHY(obj) \
|
||||
(GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_PHOTOGRAPHY))
|
||||
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_PHOTOGRAPHY))
|
||||
#define GST_PHOTOGRAPHY_GET_IFACE(inst) \
|
||||
(G_TYPE_INSTANCE_GET_INTERFACE ((inst), GST_TYPE_PHOTOGRAPHY, GstPhotographyInterface))
|
||||
|
||||
|
|
Loading…
Reference in a new issue