mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
riff: align API doc of gst_riff_parse_chunk with reality
This commit is contained in:
parent
188d698449
commit
87e6775844
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue