mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
Control socket: report when video prop change
This commit is contained in:
@@ -222,3 +222,10 @@ bool video_desc::operator!() const
|
||||
return color_spec == VIDEO_CODEC_NONE;
|
||||
}
|
||||
|
||||
video_desc::operator string() const
|
||||
{
|
||||
ostringstream oss;
|
||||
oss << *this;
|
||||
return oss.str();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user