Re: [Spice-devel] [PATCH spice-gtk] spicy: Do not call gst_init directly

2019-09-23 Thread Victor Toso
On Tue, Sep 10, 2019 at 10:21:34AM +0100, Frediano Ziglio wrote: > GStreamer is already initialized using gst_init_get_option_group and > gst_init_get_option_group. > > From gst_init documentation: >WARNING: This function does not work in the same way as >corresponding functions in other g

Re: [Spice-devel] [PATCH spice-gtk] spicy: Do not call gst_init directly

2019-09-23 Thread Frediano Ziglio
ping > > GStreamer is already initialized using gst_init_get_option_group and > gst_init_get_option_group. > > From gst_init documentation: >WARNING: This function does not work in the same way as >corresponding functions in other glib-style libraries, >such as gtk_init(). In particu

[Spice-devel] [PATCH spice-gtk] spicy: Do not call gst_init directly

2019-09-10 Thread Frediano Ziglio
GStreamer is already initialized using gst_init_get_option_group and gst_init_get_option_group. From gst_init documentation: WARNING: This function does not work in the same way as corresponding functions in other glib-style libraries, such as gtk_init(). In particular, unknown command li