From c2f41a8906da4d2694eb111154283c6c9334b9de Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 21 Mar 2005 17:34:02 +0000 Subject: 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. --- plugins/elements/gsttee.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/elements/gsttee.h') 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; }; -- cgit v1.2.3