Revert "miniobject: Add missing (nullable) annotations"
authorSebastian Dröge <sebastian@centricular.com>
Fri, 30 May 2014 07:13:12 +0000 (09:13 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 30 May 2014 07:13:16 +0000 (09:13 +0200)
This reverts commit 96361e9b5c5d00dc7712ff3a9acfbe10df7cd9fe.

This was not supposed to be pushed yet!

gst/gstminiobject.c

index b28a21c..bece06a 100644 (file)
@@ -469,9 +469,9 @@ gst_mini_object_unref (GstMiniObject * mini_object)
 
 /**
  * gst_mini_object_replace:
- * @olddata: (inout) (transfer full) (nullable): pointer to a pointer to a
- *     mini-object to be replaced
- * @newdata: (nullable): pointer to new mini-object
+ * @olddata: (inout) (transfer full): pointer to a pointer to a mini-object to
+ *     be replaced
+ * @newdata: pointer to new mini-object
  *
  * Atomically modifies a pointer to point to a new mini-object.
  * The reference count of @olddata is decreased and the reference count of