mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
whitespace/doc fixes
Original commit message from CVS: whitespace/doc fixes
This commit is contained in:
parent
e2b7197640
commit
6b33231aa7
3 changed files with 19 additions and 19 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 9eb7943282c38c815cfbac34cff4062a94e72e62
|
||||
Subproject commit f411695f3e009b4d348a8fa2dd32c0171f1ff683
|
|
@ -216,8 +216,8 @@ gst_message_ref (GstMessage * msg)
|
|||
* gst_message_unref:
|
||||
* @msg: the message to unref
|
||||
*
|
||||
* Convenience macro to decrease the reference count of the message, possibly freeing
|
||||
* the it.
|
||||
* Convenience macro to decrease the reference count of the message, possibly
|
||||
* freeing it.
|
||||
*/
|
||||
#define gst_message_unref(msg) gst_mini_object_unref (GST_MINI_OBJECT (msg))
|
||||
/* copy message */
|
||||
|
|
Loading…
Reference in a new issue