summaryrefslogtreecommitdiffstats
path: root/ext/mikmod
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-09 02:23:01 +0000
committerDavid Schleef <ds@schleef.org>2003-10-09 02:23:01 +0000
commita2fcfe72d12a4715bd6d557fb800462704baf0e9 (patch)
tree7dc37901ca6ee13d88b92eba4750366e5e1a511f /ext/mikmod
parentf2d5cae8daade402e9d74a829d2b87283167aaa7 (diff)
Trivial fixes for GstBuffer->GstData migration
Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
Diffstat (limited to 'ext/mikmod')
-rw-r--r--ext/mikmod/gstmikmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mikmod/gstmikmod.c b/ext/mikmod/gstmikmod.c
index 32808a8e..0a67ae8e 100644
--- a/ext/mikmod/gstmikmod.c
+++ b/ext/mikmod/gstmikmod.c
@@ -338,7 +338,7 @@ gst_mikmod_loop (GstElement *element)
}
else {
gst_element_set_eos (GST_ELEMENT (mikmod));
- gst_pad_push (mikmod->srcpad, GST_DATA (gst_event_new (GST_EVENT_EOS))));
+ gst_pad_push (mikmod->srcpad, GST_DATA (gst_event_new (GST_EVENT_EOS)));
}
}