mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
asfdemux: fix c99-style comments.
This commit is contained in:
parent
5ccedb2a38
commit
2349f09e6a
1 changed files with 3 additions and 3 deletions
|
@ -105,9 +105,9 @@ asf_payload_find_previous_fragment (AsfPayload * payload, AsfStream * stream)
|
||||||
GST_WARNING ("Previous fragment does not match continued fragment");
|
GST_WARNING ("Previous fragment does not match continued fragment");
|
||||||
return NULL;
|
return NULL;
|
||||||
} else {
|
} else {
|
||||||
// Warn about this case, but accept it anyway: files in the wild sometimes
|
/* Warn about this case, but accept it anyway: files in the wild sometimes
|
||||||
// have continued packets where the subsequent fragments say that they're
|
* have continued packets where the subsequent fragments say that they're
|
||||||
// zero-sized.
|
* zero-sized. */
|
||||||
GST_WARNING ("Previous fragment found, but current fragment has "
|
GST_WARNING ("Previous fragment found, but current fragment has "
|
||||||
"zero size, accepting anyway");
|
"zero size, accepting anyway");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue