mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +00:00
fix compilation error
Original commit message from CVS: fix compilation error
This commit is contained in:
parent
b14ba7abfd
commit
5e3f666e17
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue