GNOME Bugzilla – Bug 747028
dashdemux: crash in multiple period scenario
Last modified: 2015-08-16 11:14:11 UTC
In multiple period scenario, "gst_dash_demux_advance_period" will cleanup/unref the running task itself, this will cause undefined strange behaviours. In master branch, it seems that it's been fixed in adaptivedemux though I did not test it. I will try it later on master branch.
Created attachment 300599 [details] [review] patch a candidate patch is attached. previous period's gsttask will be cleanup/unref-ed in next period's gsttask loop.
I tested multiple period case on master branch. It does NOT crash, yet it does NOT work well. I reported the bug and also submitted a patch for that. Please refer to bug 747449 . For this crash and undefined behaviour in 1.4.5 branch, this bug and patch are still open and waiting for review.
ping... any comments will be appreciated
Closing as this is fixed in GIT master apparently