baseparse: minor docs fix
authorTim-Philipp Müller <tim@centricular.com>
Tue, 9 Sep 2014 19:43:02 +0000 (20:43 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 9 Sep 2014 19:43:02 +0000 (20:43 +0100)
libs/gst/base/gstbaseparse.h

index f84d973..94dac21 100644 (file)
@@ -182,8 +182,10 @@ struct _GstBaseParse {
  * @stop:           Optional.
  *                  Called when the element stops processing.
  *                  Allows closing external resources.
- * @set_sink_caps:  allows the subclass to be notified of the actual caps set.
- * @get_sink_caps:  allows the subclass to do its own sink get caps if needed.
+ * @set_sink_caps:  Optional.
+ *                  Allows the subclass to be notified of the actual caps set.
+ * @get_sink_caps:  Optional.
+ *                  Allows the subclass to do its own sink get caps if needed.
  * @handle_frame:   Parses the input data into valid frames as defined by subclass
  *                  which should be passed to gst_base_parse_finish_frame().
  *                  The frame's input buffer is guaranteed writable,
@@ -222,8 +224,7 @@ struct _GstBaseParse {
  *                   parent to let the default handler run (Since 1.2)
  *
  * Subclasses can override any of the available virtual methods or not, as
- * needed. At minimum @check_valid_frame and @parse_frame needs to be
- * overridden.
+ * needed. At minimum @handle_frame needs to be overridden.
  */
 struct _GstBaseParseClass {
   GstElementClass parent_class;