mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
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:
parent
2a5ff3f3c8
commit
bd5fb7be26
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue