From 5e3f666e17ce43152e1b6258356e1eb6180931e6 Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Thu, 17 Jul 2003 20:51:25 +0000 Subject: fix compilation error Original commit message from CVS: fix compilation error --- ext/sndfile/gstsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sndfile') diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c index 4570c108..ae2cee11 100644 --- a/ext/sndfile/gstsf.c +++ b/ext/sndfile/gstsf.c @@ -701,7 +701,7 @@ gst_sf_loop (GstElement *element) gst_element_error (GST_ELEMENT (this), g_strdup_printf ("Opened file with sample rate %d, but could not set caps", this->rate)); - gst_sf_close_file (this->file); + gst_sf_close_file (this); return; } channel->caps_set = TRUE; -- cgit v1.2.1