mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
docs: removed double negation in event/message seq num description
https://bugzilla.gnome.org/show_bug.cgi?id=654751
This commit is contained in:
parent
5164d5b5bf
commit
43f5624334
2 changed files with 2 additions and 2 deletions
|
@ -369,7 +369,7 @@ gst_event_has_name (GstEvent * event, const gchar * name)
|
|||
* required.
|
||||
*
|
||||
* Note that events and messages share the same sequence number incrementor;
|
||||
* two events or messages will never not have the same sequence number unless
|
||||
* two events or messages will never have the same sequence number unless
|
||||
* that correspondence was made explicitly.
|
||||
*
|
||||
* Returns: The event's sequence number.
|
||||
|
|
|
@ -301,7 +301,7 @@ gst_message_new_custom (GstMessageType type, GstObject * src,
|
|||
* it is not required.
|
||||
*
|
||||
* Note that events and messages share the same sequence number incrementor;
|
||||
* two events or messages will never not have the same sequence number unless
|
||||
* two events or messages will never have the same sequence number unless
|
||||
* that correspondence was made explicitly.
|
||||
*
|
||||
* Returns: The message's sequence number.
|
||||
|
|
Loading…
Reference in a new issue