summaryrefslogtreecommitdiff
path: root/test/mp1tomp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mp1tomp1.c')
-rw-r--r--test/mp1tomp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mp1tomp1.c b/test/mp1tomp1.c
index a61c1cf4f6..f67828fb15 100644
--- a/test/mp1tomp1.c
+++ b/test/mp1tomp1.c
@@ -200,7 +200,7 @@ int main(int argc,char *argv[]) {
gst_bin_add(GST_BIN(pipeline),GST_ELEMENT(src));
gst_bin_add(GST_BIN(pipeline),GST_ELEMENT(parse));
- g_signal_connect(G_OBJECT(parse),"new_pad",mp2tomp1, pipeline);
+ g_signal_connect(G_OBJECT(parse),"new_pad",G_CALLBACK(mp2tomp1), pipeline);
g_signal_connect(G_OBJECT(src),"eos",G_CALLBACK(eof),NULL);