mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
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:
parent
c05a4511cd
commit
fe82970085
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue