[gstreamer-bugs] [Bug 399746] New: naming conventions and makefile setup
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Jan 23 03:44:55 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=399746
GStreamer | documentation | Ver: HEAD CVS
Summary: naming conventions and makefile setup
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: documentation
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: giovanni at giodegas.it
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
The Pluging Writer's Guide misses a section on naming.
When someone needs to write a new plugin from scratch, it is ok to use the
gst-template. But then the plugin name is not possibile to changed from
"plugin".
The file Makefile.am in ../gst-template/src says:
# change libgstplugin.la to something more suitable
plugin_LTLIBRARIES = libgstplugin.la
if you change to
plugin_LTLIBRARIES = libgstmyplugin.la
make does not work any more, even after autogen/configure.
So you are stuck with
libgstplugin.la
and could not change the binary library name.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list