[Xfce4-commits] [apps/parole] 01/01: fixed parole using autovideosink in automatic mode and not falling back to ximagesink (bug #15550)

noreply at xfce.org noreply at xfce.org
Mon Jul 22 13:19:45 CEST 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/parole.

commit c24b38150182d9d0f0933c31240dae27a000f5d5
Author: Markus Pietrek <mpie at msc-ge.com>
Date:   Tue Jun 4 08:06:03 2019 +0000

    fixed parole using autovideosink in automatic mode and not falling back to ximagesink (bug #15550)
    
    Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
 src/gst/parole-gst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index fe008d0..c33ddac 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -1932,7 +1932,7 @@ parole_gst_constructed(GObject *object) {
     /* Configure the video sink */
     if (g_strcmp0(videosink, "autoimagesink") == 0) {
         gst->priv->image_sink = AUTOIMAGESINK;
-        gst->priv->video_sink = gst_element_factory_make("autoimagesink", "video");
+        gst->priv->video_sink = gst_element_factory_make("autovideosink", "video");
     }
 
     if (g_strcmp0(videosink, "xvimagesink") == 0) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list