how can i get git (create plugins) version ?

zacNeon ppiq100 at ryuuo.com
Tue Aug 23 02:26:03 UTC 2016


thanks gstreamer team.


i create plugins, but get error.

following is part in configure.ac

[code]
.............................................
dnl set the plugindir where plugins should be installed (for 
src/Makefile.am)
if test "x${prefix}" = "x$HOME"; then
   plugindir="$HOME/.gstreamer-1.0/plugins"
else
   plugindir="\$(libdir)/gstreamer-1.0/gst"
fi
AC_SUBST(plugindir)
...........................................
[/code]


$(libdir) macro don't work !

i cannot install library in PATH.

so i tried old gst-template, this is no problem, about macro $(libdir)

but  i get error.

GST_REGISTRY gstregistrybinary.c:489:gst_registry_binary_check_magic: 
Binary registry magic version is different : 1.3.0 != 1.0.0
sys:1: Warning: cannot register existing type 'PreMyPlug2'
sys:1: Warning: g_type_add_interface_static: assertion 
'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
sys:1: Warning: g_once_init_leave: assertion 'result != 0' failed


can i get git version ?
i cannot compare with ....


yesterday, i get git clone, so i retry today.



More information about the gstreamer-devel mailing list