diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/play/gstplay.c b/subprojects/gst-plugins-bad/gst-libs/gst/play/gstplay.c index c88d8e94c2..6c6653987a 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/play/gstplay.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/play/gstplay.c @@ -2389,7 +2389,7 @@ gst_play_media_info_create (GstPlay * self) gst_query_parse_seeking (query, NULL, &media_info->seekable, NULL, NULL); gst_query_unref (query); - if (self->use_playbin3 && self->collection) { + if (self->use_playbin3) { gst_play_streams_info_create_from_collection (self, media_info, self->collection); } else {