From 0b7528718181155e52d406c39a2445da5de7660c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 9 Jul 2004 10:56:51 +0000 Subject: don't assert in state change Original commit message from CVS: don't assert in state change --- gst-libs/gst/navigation/navigation.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst-libs') diff --git a/gst-libs/gst/navigation/navigation.c b/gst-libs/gst/navigation/navigation.c index 32510ffa..ac0b9e5c 100644 --- a/gst-libs/gst/navigation/navigation.c +++ b/gst-libs/gst/navigation/navigation.c @@ -59,6 +59,8 @@ gst_navigation_class_init (GstNavigationInterface * iface) iface->send_event = NULL; } +/* The interface implementer should make sure that the object can handle + * the event. */ void gst_navigation_send_event (GstNavigation * navigation, GstStructure * structure) { -- cgit v1.2.1