can somebody who understands this comment this more

Original commit message from CVS:
can somebody who understands this comment this more
This commit is contained in:
Thomas Vander Stichele 2002-10-01 20:33:42 +00:00
parent 4e42be7934
commit 8b8026589e

View file

@ -1722,7 +1722,10 @@ gst_props_intersect (GstProps *props1, GstProps *props2)
while (entry1->propid < entry2->propid) {
GstPropsEntry *toadd;
GST_DEBUG (GST_CAT_PROPERTIES,"source is more specific in \"%s\"", g_quark_to_string (entry1->propid));
/* FIXME: this needs more explanation;
* I've had format "int" < format "int" ! */
GST_DEBUG (GST_CAT_PROPERTIES, "source is more specific in \"%s\"",
g_quark_to_string (entry1->propid));
toadd = gst_props_entry_copy (entry1);
if (GST_PROPS_ENTRY_IS_VARIABLE (toadd))