macOS 10.13 high sierra 에서 gst-plugins-good-1.12.3 버전 osxvideosink 사용시
illegal instruction : 4 에러 발생
출처: https://bugzilla.gnome.org/show_bug.cgi?id=786047
해결방법 : gst-plugins-good sys/osxvideo/osxvideosink.m 파일
_CFRunLoopSetCurrent(CFRunLoopGetMain()) 라인 위에
CFRetain(CFRunLoopGetCurrent()) 라인 추가
OS : macOS 10.13 (high sierra)
gst-plugins-good 1.12.3
osxvideosink error
fix : https://bugzilla.gnome.org/show_bug.cgi?id=786047
sys/osxvideo/osxvideosink.m
nsAppThread
insert CFRetain(CFRunLoopGetCurrent());
below _CFRunLoopSetCurrent(CFRunLoopGetMain());