mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
Did this ever compile for anyone?
Original commit message from CVS: Did this ever compile for anyone?
This commit is contained in:
parent
2579f7ed0c
commit
8ab9120751
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 74856703c922315f64b9314547966bd4963db968
|
||||
Subproject commit 063ebfd201ca87f316bf478d19440a585ce0af2c
|
|
@ -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, \
|
||||
|
|
Loading…
Reference in a new issue