Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VideoSource problem in Mac OSX (multithread mode) #32

Open
sofian opened this issue Jan 16, 2013 · 0 comments
Open

VideoSource problem in Mac OSX (multithread mode) #32

sofian opened this issue Jan 16, 2013 · 0 comments

Comments

@sofian
Copy link
Owner

sofian commented Jan 16, 2013

When running a VideoSource in multithreaded mode in OSX 10.6 the schema seems to block. The last message I receive is "Opening movie : ..." and nothing happens. The pause button is blocked. Perhaps there's a pull or push buffer that is waiting and blocking the whole thread?

calling GearMaker::makeGear: VideoSource

(process:12446): GLib-GObject-CRITICAL **: gtype.c:2720: You forgot to call g_type_init()

(process:12446): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed

(process:12446): GLib-GObject-CRITICAL **: g_object_newv: assertion `G_TYPE_IS_OBJECT (object_type)' failed
__________________________________________
VideoSource
------------------------------------------
calling GearMaker::makeGear: PushButton
__________________________________________
PushButton
------------------------------------------
calling GearMaker::makeGear: StringOutput
__________________________________________
StringOutput
------------------------------------------
calling GearMaker::makeGear: AudioOutput
__________________________________________
AudioOutput
------------------------------------------
Opening audio output device
2013-01-16 01:25:41.001 drone[12446:903] Error loading /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter:  dlopen(/Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter: no matching architecture in universal wrapper
2013-01-16 01:25:41.003 drone[12446:903] Cannot find function pointer New_JackRouterPlugIn for factory 7CB18864-927D-48B5-904C-CCFBCFBC7ADD in CFBundle/CFPlugIn 0x1137a8500  (bundle, not loaded)
Set pipeline to new playing state : PLAYING
checking ready for : StringSource.1
checking ready for : VideoSource.1
checking ready for : PushButton.1
checking ready for : StringOutput.1
checking ready for : AudioOutput.1
Opening movie : /Users/tats/Movies/MyMovie-2012/MVI_1763.MOV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant