validate: media-descriptor: Add comment before ignored return value

As stated in the bug, this comparison failing is not a critical
error, warning is enough. Add a comment so nobody thinks it's a
coding error.

https://bugzilla.gnome.org/review?bug=748390
This commit is contained in:
Nicolas Dufresne 2015-07-30 15:14:13 -04:00
parent 2a5ff3f3c8
commit bd5fb7be26

View file

@ -303,6 +303,7 @@ compare_streams (GstMediaDescriptor * ref, StreamNode * rstream,
return 0;
}
/* We ignore the return value on purpose as this is not critical */
compare_tags (ref, rstream, cstream);
return 1;