Searched refs:DEST_HOST (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/ |
D | server-alsasrc-PCMA.py | 14 DEST_HOST = '127.0.0.1' variable 55 rtpsink.set_property('host', DEST_HOST) 59 rtcpsink.set_property('host', DEST_HOST)
|
D | server-alsasrc-PCMA.c | 50 #define DEST_HOST "127.0.0.1" macro 165 g_object_set (rtpsink, "port", 5002, "host", DEST_HOST, NULL); in main() 169 g_object_set (rtcpsink, "port", 5003, "host", DEST_HOST, NULL); in main()
|
D | client-PCMA.c | 56 #define DEST_HOST "127.0.0.1" macro 165 g_object_set (rtcpsink, "port", 5007, "host", DEST_HOST, NULL); in main()
|