How to Create own element-plugin using Visua Studio 2010 on Windows

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to Create own element-plugin using Visua Studio 2010 on Windows

WanSok Choi
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.. 
 
 
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     Ricky.Choi.ws@Gmail.com

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

src.zip (16K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: How to Create own element-plugin using Visua Studio 2010 on Windows

georgooty
Hi,

Did you solved the issue?

Regards,
George
Reply | Threaded
Open this post in threaded view
|

Re: How to Create own element-plugin using Visua Studio 2010 on Windows

Sharden
In reply to this post by WanSok Choi
How is it going? Have you found the solution?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel