mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
vpx: Fix links to baseclass properties
This commit is contained in:
parent
ceece207e0
commit
95efaf9d56
2 changed files with 6 additions and 6 deletions
|
@ -29,10 +29,10 @@
|
||||||
* [Google](http://www.google.com/). It's the successor of On2 VP3, which was
|
* [Google](http://www.google.com/). It's the successor of On2 VP3, which was
|
||||||
* the base of the Theora video codec.
|
* the base of the Theora video codec.
|
||||||
*
|
*
|
||||||
* To control the quality of the encoding, the #GstVP8Enc:target-bitrate,
|
* To control the quality of the encoding, the #GstVPXEnc:target-bitrate,
|
||||||
* #GstVP8Enc:min-quantizer, #GstVP8Enc:max-quantizer or #GstVP8Enc:cq-level
|
* #GstVPXEnc:min-quantizer, #GstVPXEnc:max-quantizer or #GstVPXEnc:cq-level
|
||||||
* properties can be used. Which one is used depends on the mode selected by
|
* 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/)
|
* See [Encoder Parameters](http://www.webmproject.org/docs/encoder-parameters/)
|
||||||
* for explanation, examples for useful encoding parameters and more details
|
* for explanation, examples for useful encoding parameters and more details
|
||||||
* on the encoding parameters.
|
* on the encoding parameters.
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
* [Google](http://www.google.com/). It's the successor of On2 VP3, which was
|
* [Google](http://www.google.com/). It's the successor of On2 VP3, which was
|
||||||
* the base of the Theora video codec.
|
* the base of the Theora video codec.
|
||||||
*
|
*
|
||||||
* To control the quality of the encoding, the #GstVP9Enc:target-bitrate,
|
* To control the quality of the encoding, the #GstVPXEnc:target-bitrate,
|
||||||
* #GstVP9Enc:min-quantizer, #GstVP9Enc:max-quantizer or #GstVP9Enc:cq-level
|
* #GstVPXEnc:min-quantizer, #GstVPXEnc:max-quantizer or #GstVPXEnc:cq-level
|
||||||
* properties can be used. Which one is used depends on the mode selected by
|
* 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/)
|
* See [Encoder Parameters](http://www.webmproject.org/docs/encoder-parameters/)
|
||||||
* for explanation, examples for useful encoding parameters and more details
|
* for explanation, examples for useful encoding parameters and more details
|
||||||
* on the encoding parameters.
|
* on the encoding parameters.
|
||||||
|
|
Loading…
Reference in a new issue