X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstformat.c;h=130fc77f1850e7ed0825a275826a1af08667027b;hb=dc5a62f70234f729c0f3443ab725e9f0232cc1fe;hp=3e50d331f7c55af9aa629dd185afa84f63c9a2f9;hpb=1d052f0ccef9872a2d7c82e4286298f34df13b95;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstformat.c b/gst/gstformat.c index 3e50d33..130fc77 100644 --- a/gst/gstformat.c +++ b/gst/gstformat.c @@ -17,12 +17,13 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ /** * SECTION:gstformat + * @title: GstFormat * @short_description: Dynamically register new data formats * @see_also: #GstPad, #GstElement * @@ -85,8 +86,8 @@ _priv_gst_format_initialize (void) * * Get a printable name for the given format. Do not modify or free. * - * Returns: a reference to the static name of the format or NULL if - * the format is unknown. + * Returns: (nullable): a reference to the static name of the format + * or %NULL if the format is unknown. */ const gchar * gst_format_get_name (GstFormat format) @@ -196,12 +197,12 @@ gst_format_get_by_nick (const gchar * nick) /** * gst_formats_contains: - * @formats: The format array to search + * @formats: (array zero-terminated=1): The format array to search * @format: the format to find * * See if the given format is inside the format array. * - * Returns: TRUE if the format is found inside the array + * Returns: %TRUE if the format is found inside the array */ gboolean gst_formats_contains (const GstFormat * formats, GstFormat format) @@ -225,7 +226,8 @@ gst_formats_contains (const GstFormat * formats, GstFormat format) * * Get details about the given format. * - * Returns: The #GstFormatDefinition for @format or NULL on failure. + * Returns: (nullable): The #GstFormatDefinition for @format or %NULL + * on failure. * * MT safe. */