aboutsummaryrefslogtreecommitdiff
path: root/plugins/elements/gsttypefindelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gsttypefindelement.h')
-rw-r--r--plugins/elements/gsttypefindelement.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/elements/gsttypefindelement.h b/plugins/elements/gsttypefindelement.h
index 5c34758..0242ec2 100644
--- a/plugins/elements/gsttypefindelement.h
+++ b/plugins/elements/gsttypefindelement.h
@@ -59,6 +59,11 @@ struct _GstTypeFindElement {
GList * cached_events;
GstCaps * force_caps;
+
+ /* Only used when driving the pipeline */
+ gboolean need_segment;
+ GstSegment segment;
+ guint64 offset;
};
struct _GstTypeFindElementClass {
@@ -66,8 +71,8 @@ struct _GstTypeFindElementClass {
/* signals */
void (*have_type) (GstTypeFindElement *element,
- guint probability,
- const GstCaps * caps);
+ guint probability,
+ GstCaps *caps);
};
GType gst_type_find_element_get_type (void);