From ad6223b448bf527de15f2617fed9b4fa53495854 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 17 Dec 2007 14:46:26 +0000 Subject: gst/switch/gstswitch.*: Add `block' and `switch' signals. Original commit message from CVS: 2007-12-17 Andy Wingo * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add `block' and `switch' signals. * gst/switch/Makefile.am: * gst/switch/gstswitch-marshal.list: Add foo to generate a marshaller for the `switch' signal. Patch 2/12. --- gst/switch/gstswitch.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst/switch/gstswitch.h') diff --git a/gst/switch/gstswitch.h b/gst/switch/gstswitch.h index a7c4b22f..3d88ca2b 100644 --- a/gst/switch/gstswitch.h +++ b/gst/switch/gstswitch.h @@ -52,6 +52,10 @@ struct _GstStreamSelector { struct _GstStreamSelectorClass { GstElementClass parent_class; + + void (*block) (void); + void (*switch_) (const gchar *pad_name, GstClockTime stop_time, + GstClockTime start_time); }; GType gst_stream_selector_get_type (void); -- cgit v1.2.1