From fe82970085e4c8d8b3fde8ff012fb155ad2aa095 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 24 Dec 2001 01:04:08 +0000 Subject: [PATCH] Hide the fact that caps nego doesn't work over a queue. Original commit message from CVS: Hide the fact that caps nego doesn't work over a queue. Can someone fix xvideosink so that it compiles with Xv support again? --- gstplay/gstplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstplay/gstplay.c b/gstplay/gstplay.c index 8442ffa..8492728 100644 --- a/gstplay/gstplay.c +++ b/gstplay/gstplay.c @@ -187,7 +187,7 @@ gst_play_init (GstPlay *play) "sink"); } else { - GST_FLAG_SET (priv->video_element, GST_ELEMENT_THREAD_SUGGESTED); + //GST_FLAG_SET (priv->video_element, GST_ELEMENT_THREAD_SUGGESTED); gst_bin_add (GST_BIN (priv->video_element), colorspace); gst_element_connect (colorspace, "src", priv->video_show, "sink"); gst_element_add_ghost_pad (priv->video_element, -- 2.7.4