diff --git a/common b/common index 74856703c9..063ebfd201 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 74856703c922315f64b9314547966bd4963db968 +Subproject commit 063ebfd201ca87f316bf478d19440a585ce0af2c diff --git a/gst/asfdemux/gstasfdemux.c b/gst/asfdemux/gstasfdemux.c index c6b19446d9..75ae4b4778 100644 --- a/gst/asfdemux/gstasfdemux.c +++ b/gst/asfdemux/gstasfdemux.c @@ -1300,7 +1300,7 @@ gst_asf_demux_identify_guid (GstASFDemux *asf_demux, #elif defined(G_HAVE_GNUC_VARARGS) -#define GST_ASF_AUD_CAPS_NEW(name, mimetype, ...) \ +#define GST_ASF_AUD_CAPS_NEW(name, mimetype, props...) \ (audio != NULL) ? \ GST_CAPS_NEW (name, \ mimetype, \