doc: Fix hotdoc warnings
[platform/upstream/gstreamer.git] / libs / gst / base / gstbaseparse.c
index ce68956..adfa447 100644 (file)
  *
  *  * During the parsing process #GstBaseParseClass will handle both srcpad
  *    and sinkpad events. They will be passed to subclass if
- *    #GstBaseParseClass.event() or #GstBaseParseClass.src_event()
+ *    #GstBaseParseClass.sink_event() or #GstBaseParseClass.src_event()
  *    implementations have been provided.
  *
  * ## Shutdown phase