From 2a51ae6a4c7ede05305e8556b3068b28016e9b72 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 11 Dec 2015 14:36:29 -0800 Subject: [PATCH] sparsefile: drop bogus reference to file descriptor +fix typo on return value comment --- plugins/elements/gstsparsefile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/elements/gstsparsefile.c b/plugins/elements/gstsparsefile.c index 080be4169a..f8a0af1998 100644 --- a/plugins/elements/gstsparsefile.c +++ b/plugins/elements/gstsparsefile.c @@ -145,7 +145,7 @@ get_read_range (GstSparseFile * file, gsize offset, gsize count) /** * gst_sparse_file_new: * - * Make a new #GstSparseFile backed by the file represented with @fd. + * Make a new #GstSparseFile * * Returns: a new #GstSparseFile, gst_sparse_file_free() after usage. * @@ -243,7 +243,7 @@ gst_sparse_file_free (GstSparseFile * file) * If @available is not %NULL, it will be updated with the amount of * data already available after the last written byte. * - * Returns: The number of bytes written of 0 on error. + * Returns: The number of bytes written or 0 on error. * * Since: 1.4 */