summaryrefslogtreecommitdiff
path: root/gnl/gnloperation.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-03-13 19:32:08 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-03-13 19:35:12 +0000
commit5bc20dc242743b68d9eda29d1a65feb3428d5a53 (patch)
treef2ccffb32090a89df169875917773678166737a5 /gnl/gnloperation.c
parent461aa6dd107c84b0f04ee18bddc6c86269f7eceb (diff)
Remove gstmarshal.[ch] completely and use the generic marshaller
Diffstat (limited to 'gnl/gnloperation.c')
-rw-r--r--gnl/gnloperation.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnl/gnloperation.c b/gnl/gnloperation.c
index e58ff72..9c12465 100644
--- a/gnl/gnloperation.c
+++ b/gnl/gnloperation.c
@@ -24,7 +24,6 @@
#endif
#include "gnl.h"
-#include "gnlmarshal.h"
/**
* SECTION:element-gnloperation
@@ -137,7 +136,7 @@ gnl_operation_class_init (GnlOperationClass * klass)
gnl_operation_signals[INPUT_PRIORITY_CHANGED] =
g_signal_new ("input-priority-changed", G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GnlOperationClass,
- input_priority_changed), NULL, NULL, gnl_marshal_VOID__OBJECT_UINT,
+ input_priority_changed), NULL, NULL, g_cclosure_marshal_generic,
G_TYPE_NONE, 2, GST_TYPE_PAD, G_TYPE_UINT);
gstelement_class->request_new_pad =