Discussion:
How to Create own element-plugin using Visua Studio 2010 on Windows
WanSok Choi
2013-01-01 07:22:08 UTC
Permalink
Hi !
I am develop enginner, Wan-Sok CHOI. In KOREA

I conpuse that create new element-plugin using Visual Studio 2010

Can you Help me?

Until now, I followed the link *below *that install GStreamer SDK and
Creating new projects using the wizard. Compiled Visual studio 2010 '..\
share\gst-sdk\tutorials' tutorials.
it is ok. all tutorials builded..

http://docs.gstreamer.com/display/GstSDK/Installing+on+Windows

However, I failed Build new element-plugin!

I was down-loaded gst-templat.zip.
And Creating new projects using the wiazrd...
then gstplugin.h and .c file of ..\gst-template\gst-plugin\src add to
projects...
it was not build.

GST_PLUGIN_DEFINE (
GST_VERSION_MAJOR,
GST_VERSION_MINOR,
plugin,
"Template plugin",
plugin_init,
VERSION,
"LGPL",
"GStreamer",
"http://gstreamer.net/"

c:\users\녞튞북\documents\visual studio
2010\projects\gstproject5\gstproject5\gstplugin.c(285): error C2065:
'plugin' :*Undeclared identifier is*'.
c:\users\녞튞북\documents\visual studio
2010\projects\gstproject5\gstproject5\gstplugin.c(285): error C2099:
initializer is not a constant.
c:\users\녞튞북\documents\visual studio
2010\projects\gstproject5\gstproject5\gstplugin.c(285):
c:\users\녞튞북\documents\visual studio
2010\projects\gstproject5\gstproject5\gstplugin.c(285): error C2065:
'VERSION' :*Undeclared identifier is*.
c:\users\녞튞북\documents\visual studio
2010\projects\gstproject5\gstproject5\gstplugin.c(285): error C2099:
initializer is not a constant.

I don't know that way...
What it is problem...?

please.. help me..


최완석(Wan Sok Choi) 연구원
Mobile 011-9114-1881
E-Mail ***@Gmail.com
georgooty
2016-04-13 06:31:12 UTC
Permalink
Hi,

Did you solved the issue?

Regards,
George



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-Create-own-element-plugin-using-Visua-Studio-2010-on-Windows-tp4657650p4676873.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
Sharden
2018-11-28 12:45:06 UTC
Permalink
How is it going? Have you found the solution?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/

Loading...