From: Victor Toso <me@xxxxxxxxxxxxxx> v2: - static assert in "channel-display-gst: use a static array for gst options" to check if array is in the correct size (frediano) - Don't need to use '&' to set the callback for GstAppSinkCallbacks in "channel-display-gst: style changes in create_pipeline" (frediano) - dropped "channel-display-gst: improve check for decoder element" as it is less convinient for finding hw decoding in GStreamer before 1.9.0 (saved as TODO for the future) (fgouget) - dropped "channel-display-gst: early return if gst_init failed" as it was using g_return_val_if_fail() but as it will be used by gstvideo_has_codec(), doesn't seem wise to log critical several times if gst_init has failed. Victor Toso (2): channel-display-gst: style changes in create_pipeline channel-display-gst: use a static array for gst options src/channel-display-gst.c | 89 +++++++++++++++++++++++++++-------------------- 1 file changed, 52 insertions(+), 37 deletions(-) -- 2.9.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel