mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Make synaesthesia build again.
_init() has no params.
This commit is contained in:
parent
9ec89e369e
commit
23db61047f
1 changed files with 4 additions and 1 deletions
|
@ -325,7 +325,10 @@ gst_synaesthesia_src_setcaps (GstPad * pad, GstCaps * caps)
|
|||
synaesthesia->spf = gst_util_uint64_scale_int (synaesthesia->rate,
|
||||
synaesthesia->fps_d, synaesthesia->fps_n);
|
||||
|
||||
synaesthesia_init (synaesthesia->width, synaesthesia->height);
|
||||
/* FIXME: the size is currently ignored by the engine. see comment above */
|
||||
synaesthesia_close (synaesthesia->si);
|
||||
synaesthesia->si =
|
||||
synaesthesia_new (synaesthesia->width, synaesthesia->height);
|
||||
|
||||
done:
|
||||
gst_object_unref (synaesthesia);
|
||||
|
|
Loading…
Reference in a new issue