GNOME Bugzilla – Bug 690035
gst-rtsp-server: do not destroy bus watch before EOS is received
Last modified: 2012-12-11 10:20:15 UTC
A new bug was introduced while fixing bug 689597. If we send EOS event, we don't need to destroy the bus watch until the EOS event is received, otherwise pipeline never ends and is not freed.
Created attachment 231247 [details] [review] rtsp-media: do not destroy bus watch before EOS is received
commit 5daf78dc690b5b5f033b7c4b5b56286d3fe3e7b7 Author: Aleix Conchillo Flaque <aleix@oblong.com> Date: Tue Dec 11 11:00:21 2012 +0100 rtsp-media: do not destroy bus watch before EOS is received * gst/rtsp-server/rtsp-media.c: a new bug was introduced while fixing #689597. If we send EOS event, we don't need to destroy the bus watch until the EOS event is received, otherwise pipeline never ends and is not freed. https://bugzilla.gnome.org/show_bug.cgi?id=690035