mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
gstencoder: fix untested execution path which has pipeline syntax issue
Change-Id: I1d170666852c33e96c989468fc733d065f777bd4
This commit is contained in:
parent
6415de46fa
commit
b0d671c654
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ internal class GstEncoder : DispdEncoder, GLib.Object
|
|||
? configs.get(DispdEncoderConfig.RTP_PORT0).get_uint32()
|
||||
: 16384);
|
||||
if(configs.contains(DispdEncoderConfig.LOCAL_RTCP_PORT)) {
|
||||
desc.append_printf("""udpsrc address="%s" "port=%u reuse=true
|
||||
desc.append_printf("""udpsrc address="%s" port=%u reuse=true
|
||||
! session.recv_rtcp_sink_0
|
||||
session.send_rtcp_src_0
|
||||
! udpsink host="%s" port=%u sync=false async=false """,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue