mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Removed link between uridecodebin and queue (this is performed during callback)
This commit is contained in:
+1
-7
@@ -462,13 +462,7 @@ bool MediaImpl::loadMovie(QString filename)
|
||||
g_printerr ("Could not link shmsrc, deserializer and video queue.\n");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (! gst_element_link (_uridecodebin0, _queue0))
|
||||
{
|
||||
g_printerr ("Could not link uridecodebin to video queue.\n");
|
||||
}
|
||||
}
|
||||
// link uridecodebin -> queue will be performed by callback
|
||||
|
||||
if (! gst_element_link_many (_queue0, _videoconvert0, capsfilter0, videoscale0, _appsink0, NULL))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user