justinjoy / gst-android-camera

GNU Lesser General Public License v2.1
32 stars 9 forks source link

Remove personal path #5

Closed wf9a5m75 closed 5 years ago

wf9a5m75 commented 5 years ago

Should not include personal path.

https://github.com/justinjoy/gst-android-camera/blob/5e092d5dda188741876ff1764baa62c781065fd2/gradle.properties#L18

Thank you for creating this example, by the way.

justinjoy commented 5 years ago

Yes, it shouldn't be there, but gstAndroidRoot must be defined. Maybe, we need some comments to notify this matter to user.

wf9a5m75 commented 5 years ago

Year, written in the README.md is enough I think.


I have just started to lean gstreamer, but my goal is creating own plugin for my android project. I already did Android Tutorials, but I'm not sure what I should do next.

Is there any good examples to learn how to create own gstreamer plugin (such as displaying hello world on surface view from plugin side)?

justinjoy commented 5 years ago

hmm, making a plugin is not difficult. Plugin writer's guide would be a starting point for you.

But I am not sure you can make your own plugin in a simple way to display 'hello world' on surface. As you can see in my example, it uses glimagesink which is one of the most complex plugin.

wf9a5m75 commented 5 years ago

Umm, ok. I will try the guide pages at once.