diff options
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/navigation/navigation.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |