summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2003-07-17 20:51:25 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2003-07-17 20:51:25 +0000
commit5e3f666e17ce43152e1b6258356e1eb6180931e6 (patch)
tree9aa0d126b4bd2a3b4f2dc0634c4645c3382e7e1b
parentb14ba7abfdb539842e934d2cf364358c77cad775 (diff)
downloadgstreamer-plugins-bad-5e3f666e17ce43152e1b6258356e1eb6180931e6.tar.gz
fix compilation error
Original commit message from CVS: fix compilation error
-rw-r--r--ext/sndfile/gstsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c
index 4570c1082..ae2cee11b 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;