fengalin / media-toc

Build a table of contents from a media file or split a media file into chapters
MIT License
73 stars 3 forks source link

Segmentation fault when changing media in certain conditions #114

Closed fengalin closed 6 years ago

fengalin commented 6 years ago

Condition are not clear yet, but the following sequence seems to produce the segmentation fault frequently:

  1. Open a media with audio and video.
  2. Open another media with audio and video, but with audio codec not supported by the GStreamer installation.
fengalin commented 6 years ago

It seems to be related to the vaapi plugin as I can't reproduce this issue without it.

fengalin commented 6 years ago

Can't reproduce... closing for now.