How to Create own element-plugin using Visua Studio 2010 on Windows
WanSok Choi
ricky.choi.ws at gmail.com
Mon Dec 31 23:22:08 PST 2012
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 Ricky.Choi.ws at Gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130101/fafc57b0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: src.zip
Type: application/zip
Size: 11986 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130101/fafc57b0/attachment.zip>
More information about the gstreamer-devel
mailing list