Reputation: 449
I configured gstreamer on android. There are inbuilt tutorials in the gst-sdk folder in the gstreamer sdk kit. But somehow am not able to build them. Tutorial 1 works out fine. But the eclipse gets hanged when i build the other four tutorials. Does anyone have any idea regarding that? Basically i want to generate a media player in eclipse using gstreamer.
Upvotes: 3
Views: 2165
Reputation: 76
Could you try the followings:
I guess this problem is in synchronization of threads or processes associated with CDT... maybe. At least, I could build the tutorial 2-5 after the above settings (and the other settings are default) with no problems.
Good luck !
Upvotes: 6
Reputation: 21
are you using eclipse inside virtual machine? I got the similar problems when I used eclipse inside oracle virtualbox. once I killed the eclipse process, it still hangs when i open it next time. I removed the Preference -> Builders -> Scanner Configuration Builder. and It helps fixing the problem. eclipse still hangs sometime when I open any project got native support. I just remove jni (e.g. changing name). then open eclipse, wait until it finishes initailization. then move jni directory back, refresh the project. it works for me. sorry, I don't know what cause this. but it did happened more often inside virtual machine than on the real machine.
Upvotes: -1