-noinst_LTLIBRARIES = libexample.la
+plugindir=/dev/null
+
+plugin_LTLIBRARIES = libexample.la
libexample_la_SOURCES = example.c
libexample_la_CFLAGS = $(GST_CFLAGS)
libexample_la_LIBADD =
+libexample_la_LDFLAGS = $(GST_LDFLAGS)
-noinst_HEADERS = example.h
+noinst_HEADERS = example.h
if (!example_type) {
static const GTypeInfo example_info = {
- sizeof(GstExampleClass), NULL,
+ sizeof(GstExampleClass),
+ NULL,
NULL,
(GClassInitFunc)gst_example_class_init,
NULL,
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_EXAMPLE,GstExample))
/* The third is a checking cast of the class instead of the object. */
#define GST_EXAMPLE_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_EXAMPLE,GstExample))
+ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_EXAMPLE,GstExampleClass))
/* The last two simply check to see if the passed pointer is an object or
* class of the correct type. */
#define GST_IS_EXAMPLE(obj) \
-noinst_LTLIBRARIES = libexample.la
+plugindir=/dev/null
+
+plugin_LTLIBRARIES = libexample.la
libexample_la_SOURCES = example.c
libexample_la_CFLAGS = $(GST_CFLAGS)
libexample_la_LIBADD =
+libexample_la_LDFLAGS = $(GST_LDFLAGS)
-noinst_HEADERS = example.h
+noinst_HEADERS = example.h
if (!example_type) {
static const GTypeInfo example_info = {
- sizeof(GstExampleClass), NULL,
+ sizeof(GstExampleClass),
+ NULL,
NULL,
(GClassInitFunc)gst_example_class_init,
NULL,
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_EXAMPLE,GstExample))
/* The third is a checking cast of the class instead of the object. */
#define GST_EXAMPLE_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_EXAMPLE,GstExample))
+ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_EXAMPLE,GstExampleClass))
/* The last two simply check to see if the passed pointer is an object or
* class of the correct type. */
#define GST_IS_EXAMPLE(obj) \