mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:56:16 +00:00
docs: be more firendly to gtk-doc limitted parsing capabilities
This commit is contained in:
parent
639e1ab2b5
commit
18f07f03d1
1 changed files with 1 additions and 2 deletions
|
@ -103,8 +103,7 @@ GType gst_rtsp_lower_trans_get_type (void);
|
||||||
*
|
*
|
||||||
* A type to specify a range.
|
* A type to specify a range.
|
||||||
*/
|
*/
|
||||||
typedef struct
|
typedef struct _GstRTSPRange {
|
||||||
{
|
|
||||||
gint min;
|
gint min;
|
||||||
gint max;
|
gint max;
|
||||||
} GstRTSPRange;
|
} GstRTSPRange;
|
||||||
|
|
Loading…
Reference in a new issue