From: Sebastian Dröge Date: Fri, 30 May 2014 07:13:12 +0000 (+0200) Subject: Revert "miniobject: Add missing (nullable) annotations" X-Git-Tag: 1.3.3~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=066fdcd432bce0e64b57a9276487a0a10e632daf;p=platform%2Fupstream%2Fgstreamer.git Revert "miniobject: Add missing (nullable) annotations" This reverts commit 96361e9b5c5d00dc7712ff3a9acfbe10df7cd9fe. This was not supposed to be pushed yet! --- diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c index b28a21c..bece06a 100644 --- a/gst/gstminiobject.c +++ b/gst/gstminiobject.c @@ -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