mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
videoconvert-ffmpeg: remove debug
This commit is contained in:
parent
824354f38e
commit
367e756ebe
1 changed files with 0 additions and 1 deletions
|
|
@ -1479,7 +1479,6 @@ static int port_set_format(void *object,
|
||||||
clear_buffers(this, port);
|
clear_buffers(this, port);
|
||||||
} else {
|
} else {
|
||||||
struct spa_video_info info = { 0 };
|
struct spa_video_info info = { 0 };
|
||||||
spa_debug_format(2, NULL, format);
|
|
||||||
|
|
||||||
if ((res = spa_format_parse(format, &info.media_type, &info.media_subtype)) < 0) {
|
if ((res = spa_format_parse(format, &info.media_type, &info.media_subtype)) < 0) {
|
||||||
spa_log_error(this->log, "can't parse format %s", spa_strerror(res));
|
spa_log_error(this->log, "can't parse format %s", spa_strerror(res));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue