Searched refs:DEFAULT_USER_AGENT (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | test_http_src.c | 40 #define DEFAULT_USER_AGENT "GStreamer testhttpsrc " macro 189 DEFAULT_USER_AGENT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_test_http_src_class_init() 324 src->user_agent ? src->user_agent : DEFAULT_USER_AGENT, NULL); in gst_test_http_src_start()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpclientsink.c | 101 #define DEFAULT_USER_AGENT "GStreamer souphttpclientsink " macro 144 DEFAULT_USER_AGENT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_soup_http_client_sink_class_init() 229 souphttpsink->user_agent = g_strdup (DEFAULT_USER_AGENT); in gst_soup_http_client_sink_init()
|
D | gstsouphttpsrc.c | 207 #define DEFAULT_USER_AGENT "GStreamer souphttpsrc " PACKAGE_VERSION " " macro 328 DEFAULT_USER_AGENT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_soup_http_src_class_init() 617 src->user_agent = g_strdup (DEFAULT_USER_AGENT); in gst_soup_http_src_init()
|
/third_party/gstreamer/gstplugins_bad/ext/neon/ |
D | gstneonhttpsrc.c | 54 #define DEFAULT_USER_AGENT "GStreamer neonhttpsrc" macro 227 src->user_agent = g_strdup (DEFAULT_USER_AGENT); in gst_neonhttp_src_init()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-client.c | 76 #define DEFAULT_USER_AGENT "iTunes/11.0.4 (Windows; N)" macro 1528 …c->rtsp = pa_rtsp_client_new(c->core->mainloop, c->host, c->port, DEFAULT_USER_AGENT, c->autorecon… in pa_raop_client_authenticate() 1557 …c->rtsp = pa_rtsp_client_new(c->core->mainloop, c->host, c->port, DEFAULT_USER_AGENT, c->autorecon… in pa_raop_client_announce()
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 134 #define DEFAULT_USER_AGENT "Lavf/" AV_STRINGIFY(LIBAVFORMAT_VERSION) macro 142 …er-Agent header", OFFSET(user_agent), AV_OPT_TYPE_STRING, { .str = DEFAULT_USER_AGENT }, 0, 0, D }, 145 … option instead", OFFSET(user_agent), AV_OPT_TYPE_STRING, { .str = DEFAULT_USER_AGENT }, 0, 0, D|A…
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 301 #define DEFAULT_USER_AGENT "GStreamer/" PACKAGE_VERSION macro 887 DEFAULT_USER_AGENT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtspsrc_class_init() 1457 src->user_agent = g_strdup (DEFAULT_USER_AGENT); in gst_rtspsrc_init()
|