gstdiscoverer-types.c
nodist_libgstpbutils_@GST_API_VERSION@_la_SOURCES = \
- pbutils-enumtypes.c \
- pbutils-marshal.c
+ pbutils-enumtypes.c
libgstpbutils_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/pbutils
libgstpbutils_@GST_API_VERSION@include_HEADERS = \
pbutils-enumtypes.h
noinst_HEADERS = \
pbutils-private.h
-EXTRA_DIST = pbutils-marshal.list
libgstpbutils_@GST_API_VERSION@_la_LIBADD = \
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
BUILT_SOURCES = \
pbutils-enumtypes.c \
- pbutils-enumtypes.h \
- pbutils-marshal.c \
- pbutils-marshal.h
+ pbutils-enumtypes.h
CLEANFILES = $(BUILT_SOURCES)
#include <gst/video/video.h>
#include "pbutils.h"
-#include "pbutils-marshal.h"
#include "pbutils-private.h"
#include "gst/glib-compat-private.h"
gst_discoverer_signals[SIGNAL_DISCOVERED] =
g_signal_new ("discovered", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GstDiscovererClass, discovered),
- NULL, NULL, pbutils_marshal_VOID__POINTER_BOXED,
+ NULL, NULL, g_cclosure_marshal_generic,
G_TYPE_NONE, 2, GST_TYPE_DISCOVERER_INFO,
G_TYPE_ERROR | G_SIGNAL_TYPE_STATIC_SCOPE);
}
gst_caps_get_structure (dc->priv->current_info->stream_info->caps, 0);
if (g_str_has_prefix (gst_structure_get_name (st), "image/"))
- ((GstDiscovererVideoInfo *) dc->priv->current_info->stream_info)->
- is_image = TRUE;
+ ((GstDiscovererVideoInfo *) dc->priv->current_info->
+ stream_info)->is_image = TRUE;
}
}