[Xfce4-commits] [apps/parole] 01/01: Revert "fixed parole using autovideosink in automatic mode and not falling back to ximagesink (bug #15550)" After applying this fix, video no longer loads reliably and cannot be casted to GstNavigation.
noreply at xfce.org
noreply at xfce.org
Mon Jul 22 18:59:12 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 e673daba966a5aac2c88c9982fe5ad2af5c193a1
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Jul 22 12:58:20 2019 -0400
Revert "fixed parole using autovideosink in automatic mode and not falling back to ximagesink (bug #15550)"
After applying this fix, video no longer loads reliably and cannot be casted to GstNavigation.
This reverts commit c24b38150182d9d0f0933c31240dae27a000f5d5.
---
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 79d7ff6..c20baed 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("autovideosink", "video");
+ gst->priv->video_sink = gst_element_factory_make("autoimagesink", "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