Fix typo spotted by tjansen
authorWim Taymans <wim.taymans@gmail.com>
Thu, 6 Feb 2003 23:22:03 +0000 (23:22 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 6 Feb 2003 23:22:03 +0000 (23:22 +0000)
Original commit message from CVS:
Fix typo spotted by tjansen

gst/gstpad.h

index b29d470..6e6bad1 100644 (file)
@@ -308,7 +308,7 @@ typedef enum {
   GST_PAD_TEMPLATE_FLAG_LAST   = GST_OBJECT_FLAG_LAST + 4
 } GstPadTemplateFlags;
 
-#define GST_PAD_TEMPLATE_IS_FIXED(templ)       (GST_FLAG_IS_SET(templ), GST_PAD_TEMPLATE_FIXED)
+#define GST_PAD_TEMPLATE_IS_FIXED(templ)       (GST_FLAG_IS_SET(templ, GST_PAD_TEMPLATE_FIXED))
 
 struct _GstPadTemplate {
   GstObject       object;