riff: align API doc of gst_riff_parse_chunk with reality

This commit is contained in:
Mark Nauwelaerts 2009-08-05 15:38:32 +02:00
parent 188d698449
commit 87e6775844

View file

@ -113,11 +113,11 @@ too_small:
* by the read size by this function. * by the read size by this function.
* @fourcc: fourcc (returned by this function0 of the chunk. * @fourcc: fourcc (returned by this function0 of the chunk.
* @chunk_data: buffer (returned by the function) containing the * @chunk_data: buffer (returned by the function) containing the
* chunk data. * chunk data, which may be NULL if chunksize == 0
* *
* Reads a single chunk. * Reads a single chunk.
* *
* Returns: the fourcc tag of this chunk, or FALSE on error * Returns: FALSE on error, TRUE otherwise
*/ */
gboolean gboolean
gst_riff_parse_chunk (GstElement * element, GstBuffer * buf, gst_riff_parse_chunk (GstElement * element, GstBuffer * buf,