Home
last modified time | relevance | path

Searched refs:SOUP_STATUS_OK (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/soup/stub/
Dsoup.h73 SOUP_STATUS_OK = 200, enumerator
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsouphttpsrc.c528 SoupStatus status = SOUP_STATUS_OK; in do_get()
556 if (status != (SoupStatus) SOUP_STATUS_OK && !send_error_doc) in do_get()
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Dwebrtc-unidirectional-h264.c494 soup_message_set_status (message, SOUP_STATUS_OK); in soup_http_handler()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c1572 SoupStatus status = SOUP_STATUS_OK; in do_get()
1577 if (status != (SoupStatus) SOUP_STATUS_OK) in do_get()
/third_party/gstreamer/gstplugins_good/
DChangeLog56424 if (status != SOUP_STATUS_OK && !send_error_doc)