navigation: Add since tag for new API
authorPhilippe Normand <philn@igalia.com>
Thu, 30 Apr 2020 16:58:43 +0000 (17:58 +0100)
committerPhilippe Normand <philn@igalia.com>
Thu, 30 Apr 2020 17:00:19 +0000 (18:00 +0100)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/647>

gst-libs/gst/video/navigation.h

index b366001..ced2892 100644 (file)
@@ -262,7 +262,7 @@ gboolean        gst_navigation_message_parse_event          (GstMessage *message
  * gst_navigation_event_parse_command() to extract the details from the event.
  * @GST_NAVIGATION_EVENT_MOUSE_SCROLL: A mouse scroll event. Use
  * gst_navigation_event_parse_mouse_scroll_event() to extract the details from
- * the event.
+ * the event. (Since: 1.18)
  *
  * Enum values for the various events that an element implementing the
  * GstNavigation interface might send up the pipeline.