aboutsummaryrefslogtreecommitdiff
path: root/plugins/elements/gstidentity.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gstidentity.h')
-rw-r--r--plugins/elements/gstidentity.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/elements/gstidentity.h b/plugins/elements/gstidentity.h
index fabc667..835cf94 100644
--- a/plugins/elements/gstidentity.h
+++ b/plugins/elements/gstidentity.h
@@ -62,7 +62,6 @@ struct _GstIdentity {
gboolean silent;
gboolean dump;
gboolean sync;
- gboolean check_perfect;
gboolean check_imperfect_timestamp;
gboolean check_imperfect_offset;
gboolean single_segment;
@@ -82,7 +81,7 @@ struct _GstIdentityClass {
void (*handoff) (GstElement *element, GstBuffer *buf);
};
-GType gst_identity_get_type(void);
+G_GNUC_INTERNAL GType gst_identity_get_type (void);
G_END_DECLS