From 87e67758440ad3ec8cccbc451b61842bb9aea980 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 5 Aug 2009 15:38:32 +0200 Subject: [PATCH] riff: align API doc of gst_riff_parse_chunk with reality --- gst-libs/gst/riff/riff-read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/riff/riff-read.c b/gst-libs/gst/riff/riff-read.c index 28f4a80a2..4a43f9975 100644 --- a/gst-libs/gst/riff/riff-read.c +++ b/gst-libs/gst/riff/riff-read.c @@ -113,11 +113,11 @@ too_small: * by the read size by this function. * @fourcc: fourcc (returned by this function0 of the chunk. * @chunk_data: buffer (returned by the function) containing the - * chunk data. + * chunk data, which may be NULL if chunksize == 0 * * Reads a single chunk. * - * Returns: the fourcc tag of this chunk, or FALSE on error + * Returns: FALSE on error, TRUE otherwise */ gboolean gst_riff_parse_chunk (GstElement * element, GstBuffer * buf, -- 2.34.1