diff options
Diffstat (limited to 'gst/switch/gstswitch.h')
-rw-r--r-- | gst/switch/gstswitch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/switch/gstswitch.h b/gst/switch/gstswitch.h index 3d88ca2b..4690c3c3 100644 --- a/gst/switch/gstswitch.h +++ b/gst/switch/gstswitch.h @@ -53,9 +53,9 @@ struct _GstStreamSelector { struct _GstStreamSelectorClass { GstElementClass parent_class; - void (*block) (void); - void (*switch_) (const gchar *pad_name, GstClockTime stop_time, - GstClockTime start_time); + void (*block) (GstStreamSelector *self); + void (*switch_) (GstStreamSelector *self, const gchar *pad_name, + GstClockTime stop_time, GstClockTime start_time); }; GType gst_stream_selector_get_type (void); |