mssdemux: signal no-more-pads when finished exposing pads
This makes decodebin/playbin mechanism know it can start playing when buffering is finished
This commit is contained in:
parent
eec8164d9c
commit
4726115e83
@ -622,6 +622,8 @@ gst_mss_demux_process_manifest (GstMssDemux * mssdemux)
|
|||||||
("No known stream formats found at the Manifest"));
|
("No known stream formats found at the Manifest"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_element_no_more_pads (GST_ELEMENT_CAST (mssdemux));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user