- Use macro for fixed test as I'm about to change it...

Original commit message from CVS:
- Use macro for fixed test as I'm about to change it...
This commit is contained in:
Wim Taymans 2003-01-27 21:40:13 +00:00
parent 196ed576e2
commit 469cc6cbe5

View file

@ -113,7 +113,7 @@ print_caps (const GstCaps *caps, const gchar *pfx)
while (caps) {
GstType *type;
g_print ("%s'%s': (%sfixed)\n", pfx, caps->name, (caps->fixed ? "" : "NOT "));
g_print ("%s'%s': (%sfixed)\n", pfx, caps->name, (GST_CAPS_IS_FIXED (caps) ? "" : "NOT "));
type = gst_type_find_by_id (caps->id);
if (type)