vpx: Fix links to baseclass properties
authorThibault Saunier <tsaunier@igalia.com>
Tue, 23 Jun 2020 16:47:44 +0000 (12:47 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 23 Jun 2020 16:47:44 +0000 (12:47 -0400)
ext/vpx/gstvp8enc.c
ext/vpx/gstvp9enc.c

index 1e93ada..8bc56f9 100644 (file)
  * [Google](http://www.google.com/). It's the successor of On2 VP3, which was
  * the base of the Theora video codec.
  *
- * To control the quality of the encoding, the #GstVP8Enc:target-bitrate,
- * #GstVP8Enc:min-quantizer, #GstVP8Enc:max-quantizer or #GstVP8Enc:cq-level
+ * To control the quality of the encoding, the #GstVPXEnc:target-bitrate,
+ * #GstVPXEnc:min-quantizer, #GstVPXEnc:max-quantizer or #GstVPXEnc:cq-level
  * properties can be used. Which one is used depends on the mode selected by
- * the #GstVP8Enc:end-usage property.
+ * the #GstVPXEnc:end-usage property.
  * See [Encoder Parameters](http://www.webmproject.org/docs/encoder-parameters/)
  * for explanation, examples for useful encoding parameters and more details
  * on the encoding parameters.
index f305808..1705b06 100644 (file)
  * [Google](http://www.google.com/). It's the successor of On2 VP3, which was
  * the base of the Theora video codec.
  *
- * To control the quality of the encoding, the #GstVP9Enc:target-bitrate,
- * #GstVP9Enc:min-quantizer, #GstVP9Enc:max-quantizer or #GstVP9Enc:cq-level
+ * To control the quality of the encoding, the #GstVPXEnc:target-bitrate,
+ * #GstVPXEnc:min-quantizer, #GstVPXEnc:max-quantizer or #GstVPXEnc:cq-level
  * properties can be used. Which one is used depends on the mode selected by
- * the #GstVP9Enc:end-usage property.
+ * the #GstVPXEnc:end-usage property.
  * See [Encoder Parameters](http://www.webmproject.org/docs/encoder-parameters/)
  * for explanation, examples for useful encoding parameters and more details
  * on the encoding parameters.