From: Stephane Cerveau Date: Thu, 14 Mar 2019 10:59:43 +0000 (+0100) Subject: gst_element_get_factory: update documentation X-Git-Tag: 1.16.2~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a01c4965de4195945669ca87c200fd79ba48aff6;p=platform%2Fupstream%2Fgstreamer.git gst_element_get_factory: update documentation Inform about a potential NULL result. --- diff --git a/gst/gstelement.c b/gst/gstelement.c index e186a09..64aa39a 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -3226,8 +3226,8 @@ was_ok: * * Retrieves the factory that was used to create this element. * - * Returns: (transfer none): the #GstElementFactory used for creating this - * element. no refcounting is needed. + * Returns: (transfer none) (nullable): the #GstElementFactory used for creating this + * element or %NULL if element has not been registered (static element). no refcounting is needed. */ GstElementFactory * gst_element_get_factory (GstElement * element)