decodebin3: Reset main group id on PAUSED->READY state change
authorDimitrios Katsaros <patcherwork@gmail.com>
Fri, 17 Jan 2020 13:26:29 +0000 (14:26 +0100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 27 Jan 2020 09:33:37 +0000 (09:33 +0000)
commite0a195b7bf5796960ce18a5ee9766d046553c450
treecde29c0c493a33de12245c0eac3b29e51dfd0b09
parent36cada454258a81979d5e2ff8bfc44e6f66d2620
decodebin3: Reset main group id on PAUSED->READY state change

The main_input stream-id would not get reset when going to READY state.
This would cause warnings when trying to reuse the same decodebin3, since
you would get a new STREAM_START event with a new stream-id, which would
collide with the now stale stream-id
gst/playback/gstdecodebin3.c