mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
uridecodebin3: Remove old fixme
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3457>
This commit is contained in:
parent
734a4554f3
commit
def2515ae2
1 changed files with 1 additions and 12 deletions
|
@ -17,18 +17,6 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/* TODO/FIXME:
|
||||
*
|
||||
* * BUFFERING MESSAGES
|
||||
* ** How/Where do we deal with buffering messages from a new/prerolling
|
||||
* source ? Ideally we want to re-use the same sourcebin ?
|
||||
* ** Remember last buffering messages per source handler, if the SourceEntry
|
||||
* group_id is the one being currently outputted on the source ghostpads,
|
||||
* post the (last) buffering messages.
|
||||
* If no group_id is being outputted (still prerolling), then output
|
||||
* the messages directly
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:element-uridecodebin3
|
||||
* @title: uridecodebin3
|
||||
|
@ -1779,6 +1767,7 @@ gst_uri_decode_bin3_set_uri (GstURIDecodeBin3 * dec, const gchar * uri)
|
|||
|
||||
item = next_inactive_play_item (dec);
|
||||
play_item_set_uri (item, uri);
|
||||
|
||||
if (dec->instant_uri && item != dec->input_item) {
|
||||
GList *old_pads = get_all_play_item_source_pads (dec->input_item);
|
||||
GList *iter;
|
||||
|
|
Loading…
Reference in a new issue