diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-09 10:56:51 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-09 10:56:51 +0000 |
commit | 0b7528718181155e52d406c39a2445da5de7660c (patch) | |
tree | 8de28276c342d627614f63179cd523a9aa44e76a /gst-libs | |
parent | 956992925244f67b6e873c1c9dc37af40ccd4c57 (diff) | |
download | gst-plugins-bad-0b7528718181155e52d406c39a2445da5de7660c.tar.gz gst-plugins-bad-0b7528718181155e52d406c39a2445da5de7660c.tar.bz2 gst-plugins-bad-0b7528718181155e52d406c39a2445da5de7660c.zip |
don't assert in state change
Original commit message from CVS:
don't assert in state change
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) { |