spice-gtk/tools
Frediano Ziglio b8f2255904 spicy: Do not call gst_init directly
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 line options
   cause this function to abort program execution.

This luckily is not true (program won't abort if you pass --gst-foo
for instance) but better to stick to documentation.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Snir Sheriber <ssheribe@redhat.com>
2019-09-23 16:13:59 +01:00
..
meson.build Add support for building with meson/ninja 2018-08-30 11:13:00 -03:00
spice-cmdline.c Move spicy tools to its own folder 2017-01-23 09:30:47 +01:00
spice-cmdline.h Move spicy tools to its own folder 2017-01-23 09:30:47 +01:00
spicy-connect.c Move spicy tools to its own folder 2017-01-23 09:30:47 +01:00
spicy-connect.h Move spicy tools to its own folder 2017-01-23 09:30:47 +01:00
spicy-screenshot.c spicy-screenshot: use G_BIG_ENDIAN 2019-01-17 12:36:33 +04:00
spicy-stats.c Move spicy tools to its own folder 2017-01-23 09:30:47 +01:00
spicy.c spicy: Do not call gst_init directly 2019-09-23 16:13:59 +01:00