fix compilation error
Original commit message from CVS: fix compilation error
This commit is contained in:
parent
b14ba7abfd
commit
5e3f666e17
@ -701,7 +701,7 @@ gst_sf_loop (GstElement *element)
|
|||||||
gst_element_error (GST_ELEMENT (this),
|
gst_element_error (GST_ELEMENT (this),
|
||||||
g_strdup_printf ("Opened file with sample rate %d, but could not set caps",
|
g_strdup_printf ("Opened file with sample rate %d, but could not set caps",
|
||||||
this->rate));
|
this->rate));
|
||||||
gst_sf_close_file (this->file);
|
gst_sf_close_file (this);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
channel->caps_set = TRUE;
|
channel->caps_set = TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user