mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
docs: fix another typo
This commit is contained in:
parent
c5291d5c21
commit
9ea9f9a816
1 changed files with 2 additions and 2 deletions
|
@ -214,8 +214,8 @@ g_signal_connect (bus, "message::eos", G_CALLBACK (cb_message_eos), NULL);
|
||||||
error type and message, and optionally a debug string. Both
|
error type and message, and optionally a debug string. Both
|
||||||
can be extracted using <function>gst_message_parse_error
|
can be extracted using <function>gst_message_parse_error
|
||||||
()</function>, <function>_parse_warning ()</function> and
|
()</function>, <function>_parse_warning ()</function> and
|
||||||
<function>_parse_info ()</function>. Both error and debug string
|
<function>_parse_info ()</function>. Both error and debug strings
|
||||||
should be free'ed after use.
|
should be freed after use.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue