Android GstAhcCallback

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Android GstAhcCallback

alex_malishev
Hi everybody!
I'm developing a video stream application. My pipeline use ahc element for getting frames from android camera. There are also two tee threads for showing preview and streaming to sever. I found out that gstreamer generates GstAhcCallback class in my code. My question is how can I use it? Can I use this class and remove preview thread from my pipeline? Thanks in advance.