Skip to content

playbin/playbin3: Allow setting a NULL URI

Sebastian Dröge requested to merge slomo/gstreamer:playbin-set-null-uri into main

The URI is already initialized to NULL at the beginning and GstPlayer was assuming that it is possible to set to NULL at a later time too.

Fixes #1124 (closed)

Merge request reports