mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: fix mismatched para tags
newer gtkdoc is more sensitive to mismatched docbook tags. This fixes the build in master.
This commit is contained in:
parent
353e510f94
commit
577d873009
2 changed files with 3 additions and 4 deletions
|
@ -46,12 +46,12 @@
|
|||
* be at most this value. A lower ripple value will allow a faster rolloff.
|
||||
*
|
||||
* As a special case, a Chebyshev type 1 filter with no ripple is a Butterworth filter.
|
||||
* </para>
|
||||
*
|
||||
* <note><para>
|
||||
* Be warned that a too large number of poles can produce noise. The most poles are possible with
|
||||
* a cutoff frequency at a quarter of the sampling rate.
|
||||
* </para></note>
|
||||
* <para>
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
|
|
|
@ -78,8 +78,7 @@
|
|||
* </itemizedlist>
|
||||
* The message is typically used to detect that no UDP arrives in the receiver
|
||||
* because it is blocked by a firewall.
|
||||
* </para>
|
||||
* <para>
|
||||
*
|
||||
* A custom file descriptor can be configured with the
|
||||
* #GstUDPSrc:sockfd property. The socket will be closed when setting the
|
||||
* element to READY by default. This behaviour can be
|
||||
|
|
Loading…
Reference in a new issue