Re: [Spice-devel] [PATCH spice-gtk] channel-display-gst: Fix typo in comment

2018-11-15 Thread Victor Toso
On Thu, Nov 15, 2018 at 08:53:13AM +, Frediano Ziglio wrote:
> gstvideoooverlay -> gstvideooverlay
> 
> Signed-off-by: Frediano Ziglio 
Acked-by: Victor Toso 
> ---
>  src/channel-display-gst.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/channel-display-gst.c b/src/channel-display-gst.c
> index c909e206..2c07f350 100644
> --- a/src/channel-display-gst.c
> +++ b/src/channel-display-gst.c
> @@ -424,7 +424,7 @@ static gboolean create_pipeline(SpiceGstDecoder *decoder)
>  decoder->appsink = GST_APP_SINK(sink);
>  } else {
>  /* handle has received, it means playbin will render directly into
> - * widget using the gstvideoooverlay interface instead of app-sink.
> + * widget using the gstvideooverlay interface instead of app-sink.
>   * Also avoid using vaapisink if exist since vaapisink could be
>   * buggy when it is combined with playbin. changing its rank to
>   * none will make playbin to avoid of using it.
> -- 
> 2.17.2
> 
> ___
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel


signature.asc
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


[Spice-devel] [PATCH spice-gtk] channel-display-gst: Fix typo in comment

2018-11-15 Thread Frediano Ziglio
gstvideoooverlay -> gstvideooverlay

Signed-off-by: Frediano Ziglio 
---
 src/channel-display-gst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/channel-display-gst.c b/src/channel-display-gst.c
index c909e206..2c07f350 100644
--- a/src/channel-display-gst.c
+++ b/src/channel-display-gst.c
@@ -424,7 +424,7 @@ static gboolean create_pipeline(SpiceGstDecoder *decoder)
 decoder->appsink = GST_APP_SINK(sink);
 } else {
 /* handle has received, it means playbin will render directly into
- * widget using the gstvideoooverlay interface instead of app-sink.
+ * widget using the gstvideooverlay interface instead of app-sink.
  * Also avoid using vaapisink if exist since vaapisink could be
  * buggy when it is combined with playbin. changing its rank to
  * none will make playbin to avoid of using it.
-- 
2.17.2

___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel