mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Directly wait again if the source is not playing anymore after reconfiguring
This commit is contained in:
parent
87303fa05f
commit
d4d8ca79cc
1 changed files with 2 additions and 0 deletions
|
@ -1767,6 +1767,8 @@ restart:
|
|||
}
|
||||
g_mutex_lock(&self->queue_lock);
|
||||
|
||||
if (!self->playing || self->shutdown) goto restart;
|
||||
|
||||
if (self->video_format == ::NTV2_FORMAT_UNKNOWN) {
|
||||
GST_DEBUG_OBJECT(self, "No signal, waiting");
|
||||
frames_dropped_last = G_MAXUINT64;
|
||||
|
|
Loading…
Reference in a new issue