mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-13 06:51:55 +00:00
gstencoder: print final pipeline description to ease debugging
Change-Id: Ib5d9bfea0760f401033b7e8982a14ae23f70d601
This commit is contained in:
parent
ba5b08f6b9
commit
e48e7ffe4c
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,8 @@ internal class GstEncoder : DispdEncoder, GLib.Object
|
|||
: 16385);
|
||||
}
|
||||
|
||||
info("pipeline description: %s", desc.str);
|
||||
|
||||
this.configs = configs;
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue