summaryrefslogtreecommitdiff
path: root/plugins/elements/gsttee.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-03-21 17:34:02 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-03-21 17:34:02 +0000
commitc2f41a8906da4d2694eb111154283c6c9334b9de (patch)
tree49386a31a456a9b3d18b148894f96c353f683a27 /plugins/elements/gsttee.h
parent007cff6d75995bda6ab24c9f7be7137686bc163d (diff)
Next big merge.
Original commit message from CVS: Next big merge. Added GstBus for mainloop integration. Added GstMessage for sending notifications on the bus. Added GstTask as an abstraction for pipeline entry points. Removed GstThread. Removed Schedulers. Simplified GstQueue for multithreaded core. Made _link threadsafe, removed old capsnego. Added STREAM_LOCK and PREROLL_LOCK in GstPad. Added pad blocking functions. Reworked scheduling functions in GstPad to prepare for scheduling updates soon. Moved events out of data stream. Simplified GstEvent types. Added return values to push/pull. Removed clocking from GstElement. Added prototypes for state change function for next merge. Removed iterate from bins and state change management. Fixed some elements, disabled others for now. Fixed -inspect and -launch. Added check for GstBus.
Diffstat (limited to 'plugins/elements/gsttee.h')
-rw-r--r--plugins/elements/gsttee.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/elements/gsttee.h b/plugins/elements/gsttee.h
index f28b09d9d..a57540320 100644
--- a/plugins/elements/gsttee.h
+++ b/plugins/elements/gsttee.h
@@ -49,6 +49,12 @@ struct _GstTee {
GstPad *sinkpad;
gboolean silent;
+ gboolean has_chain;
+ gboolean has_sink_loop;
+ gint pad_counter;
+ guint64 offset;
+ GstActivateMode sink_mode;
+
gchar *last_message;
};