Skip to content

playbin3: Remove un-needed URI NULL check

Edward Hervey requested to merge bilboed/gstreamer:playbin3-null-uri into main

This will mimic the playbin2 behaviour, which sets the "next" entry to be NULL.

The biggest impact this has is that when going back to READY the current play entry will be discarded (instead of being kept around for when you go back to PAUSED/PLAYING).

Fixes #3371 (closed)

Merge request reports