mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
looks like a silly typo
Original commit message from CVS: looks like a silly typo
This commit is contained in:
parent
e98a2b5ddb
commit
2aaf59bad0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ factoryname (void) \
|
|||
{ \
|
||||
static GstCaps *caps = NULL; \
|
||||
if (!caps) { \
|
||||
caps = gst_caps_chain (__VA_ARGS_, NULL); \
|
||||
caps = gst_caps_chain (__VA_ARGS__, NULL); \
|
||||
} \
|
||||
return caps; \
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue