From: Philip Withnall Date: Wed, 28 May 2014 09:14:45 +0000 (+0100) Subject: miniobject: Add missing (nullable) annotations X-Git-Tag: 1.3.3~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96361e9b5c5d00dc7712ff3a9acfbe10df7cd9fe;p=platform%2Fupstream%2Fgstreamer.git miniobject: Add missing (nullable) annotations gst_mini_object_replace() can take NULL mini-objects. https://bugzilla.gnome.org/show_bug.cgi?id=730873 --- diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c index bece06a..b28a21c 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): pointer to a pointer to a mini-object to - * be replaced - * @newdata: pointer to new mini-object + * @olddata: (inout) (transfer full) (nullable): pointer to a pointer to a + * mini-object to be replaced + * @newdata: (nullable): 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