validate/media-descriptor: Fix indentation

This commit is contained in:
Edward Hervey 2018-06-05 16:38:10 +02:00 committed by Edward Hervey
parent 9af908195c
commit 1a9455d2f6

View File

@ -428,7 +428,7 @@ compare_streams (GstValidateMediaDescriptor * ref,
if (!gst_caps_is_equal (rcaps, ccaps)) {
gchar *rcaps_str = gst_caps_to_string (rcaps),
*ccaps_str = gst_caps_to_string (ccaps);
*ccaps_str = gst_caps_to_string (ccaps);
GST_VALIDATE_REPORT (ref, FILE_PROFILE_INCORRECT,
"Reference descriptor for stream %s has caps: %s"
" but compared stream %s has caps: %s",