mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 18:23:56 +00:00
validate/media-descriptor: Fix indentation
This commit is contained in:
parent
9af908195c
commit
1a9455d2f6
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ compare_streams (GstValidateMediaDescriptor * ref,
|
||||||
|
|
||||||
if (!gst_caps_is_equal (rcaps, ccaps)) {
|
if (!gst_caps_is_equal (rcaps, ccaps)) {
|
||||||
gchar *rcaps_str = gst_caps_to_string (rcaps),
|
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,
|
GST_VALIDATE_REPORT (ref, FILE_PROFILE_INCORRECT,
|
||||||
"Reference descriptor for stream %s has caps: %s"
|
"Reference descriptor for stream %s has caps: %s"
|
||||||
" but compared stream %s has caps: %s",
|
" but compared stream %s has caps: %s",
|
||||||
|
|
Loading…
Reference in a new issue