diff options
author | Alessandro Decina <alessandro.d@gmail.com> | 2010-12-01 23:20:36 +0100 |
---|---|---|
committer | Alessandro Decina <alessandro.d@gmail.com> | 2010-12-01 23:20:36 +0100 |
commit | aae72680bd7dbd80c609d4ba43511744fe878465 (patch) | |
tree | 0cf6d1963418b7d339a65302bfb090b18c7c6249 /sys | |
parent | ce6d8b6d932b82719b971105c409ef91806aa725 (diff) | |
download | gstreamer-plugins-bad-aae72680bd7dbd80c609d4ba43511744fe878465.tar.gz |
Fix compiler warnings with gcc 4.2.1 on OSX.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/applemedia/mioapi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/applemedia/mioapi.c b/sys/applemedia/mioapi.c index f3357b054..81b38e9ab 100644 --- a/sys/applemedia/mioapi.c +++ b/sys/applemedia/mioapi.c @@ -24,6 +24,8 @@ #define MIO_FRAMEWORK_PATH "/System/Library/PrivateFrameworks/" \ "CoreMediaIOServices.framework/CoreMediaIOServices" +GType gst_mio_api_get_type (void); + G_DEFINE_TYPE (GstMIOApi, gst_mio_api, GST_TYPE_DYN_API); static void |