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?
This commit is contained in:
Wim Taymans 2001-12-24 01:04:08 +00:00
parent c05a4511cd
commit fe82970085

View file

@ -187,7 +187,7 @@ gst_play_init (GstPlay *play)
"sink"); "sink");
} }
else { 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_bin_add (GST_BIN (priv->video_element), colorspace);
gst_element_connect (colorspace, "src", priv->video_show, "sink"); gst_element_connect (colorspace, "src", priv->video_show, "sink");
gst_element_add_ghost_pad (priv->video_element, gst_element_add_ghost_pad (priv->video_element,