mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
mpegts: mpegtsdescriptor: fix gobject-introspection warnings
Adds missing : to gobject-introspection markers
This commit is contained in:
parent
f99fe4747e
commit
43f3f837fa
1 changed files with 2 additions and 2 deletions
|
@ -279,7 +279,7 @@ _encode_control_codes (gchar * text, gsize length, gboolean is_multibyte)
|
||||||
/**
|
/**
|
||||||
* dvb_text_from_utf8:
|
* dvb_text_from_utf8:
|
||||||
* @text: The text to convert. This should be in UTF-8 format
|
* @text: The text to convert. This should be in UTF-8 format
|
||||||
* @out_size: (out) the byte length of the new text
|
* @out_size: (out): the byte length of the new text
|
||||||
*
|
*
|
||||||
* Converts UTF-8 strings to text characters compliant with EN 300 468.
|
* Converts UTF-8 strings to text characters compliant with EN 300 468.
|
||||||
* The converted text can be used directly in DVB #GstMpegTsDescriptor
|
* The converted text can be used directly in DVB #GstMpegTsDescriptor
|
||||||
|
@ -292,7 +292,7 @@ _encode_control_codes (gchar * text, gsize length, gboolean is_multibyte)
|
||||||
* If no character map that contains all characters could be found, the
|
* If no character map that contains all characters could be found, the
|
||||||
* string is converted to ISO 6937 with unknown characters set to `?`.
|
* string is converted to ISO 6937 with unknown characters set to `?`.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full) byte array of size @out_size
|
* Returns: (transfer full): byte array of size @out_size
|
||||||
*/
|
*/
|
||||||
guint8 *
|
guint8 *
|
||||||
dvb_text_from_utf8 (const gchar * text, gsize * out_size)
|
dvb_text_from_utf8 (const gchar * text, gsize * out_size)
|
||||||
|
|
Loading…
Reference in a new issue