mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 13:49:58 +00:00
- 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:
parent
196ed576e2
commit
469cc6cbe5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue