From f2d5cae8daade402e9d74a829d2b87283167aaa7 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 8 Oct 2003 16:08:18 +0000 Subject: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. --- ext/mikmod/drv_gst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mikmod/drv_gst.c') diff --git a/ext/mikmod/drv_gst.c b/ext/mikmod/drv_gst.c index 57080462..122de610 100644 --- a/ext/mikmod/drv_gst.c +++ b/ext/mikmod/drv_gst.c @@ -51,7 +51,7 @@ static void mikmod_Update( void ) /* FIXME, send a flush event or something */ need_sync = 0 ; } - gst_pad_push( srcpad, outdata ); + gst_pad_push( srcpad, GST_DATA (outdata )); } -- cgit