GNOME Bugzilla – Bug 698376
rtsp-media: media_prepare/media_unprepare are not eachothers reverse
Last modified: 2014-02-25 22:27:55 UTC
Created attachment 241927 [details] [review] Patch which solves the problem. Introduces unit tests as well. media_prepare/media_unprepare are not eachothers reverse. Currently it is not possible to prepare a media which was previously unprepared.
I comited most of this after splitting it up. I changed the way how the dynamic payloaders were removed by using the pad-removed signal.
Add some more fixes and unit test in git, I think it should work now.