Home
last modified time | relevance | path

Searched refs:onvif_mode (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c46 gboolean onvif_mode; member
394 priv->onvif_mode = FALSE; in gst_rtp_base_depayload_init()
466 priv->onvif_mode = g_value_get_boolean (value); in gst_rtp_base_depayload_setcaps()
468 priv->onvif_mode = FALSE; in gst_rtp_base_depayload_setcaps()
469 GST_DEBUG_OBJECT (filter, "Onvif mode: %d", priv->onvif_mode); in gst_rtp_base_depayload_setcaps()
471 if (priv->onvif_mode) in gst_rtp_base_depayload_setcaps()
924 filter->need_newsegment = !filter->priv->onvif_mode; in gst_rtp_base_depayload_handle_event()
954 if (!filter->priv->onvif_mode) { in gst_rtp_base_depayload_handle_event()
1545 priv->onvif_mode = FALSE; in gst_rtp_base_depayload_change_state()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.h278 gboolean onvif_mode; member
Dgstrtspsrc.c1466 src->onvif_mode = DEFAULT_ONVIF_MODE; in gst_rtspsrc_init()
1799 rtspsrc->onvif_mode = g_value_get_boolean (value); in gst_rtspsrc_set_property()
1969 g_value_set_boolean (value, rtspsrc->onvif_mode); in gst_rtspsrc_get_property()
4990 gst_caps_set_simple (caps, "onvif-mode", G_TYPE_BOOLEAN, src->onvif_mode, in gst_rtspsrc_configure_caps()
5590 if (src->onvif_mode) { in gst_rtspsrc_handle_data()
7348 if (src->onvif_mode && (protocols & GST_RTSP_LOWER_TRANS_TCP)) in gst_rtspsrc_setup_streams_start()
8497 if (src->onvif_mode) { in gen_range_header()
8703 if (src->onvif_mode) { in gst_rtspsrc_play()
8734 if (src->onvif_mode) { in gst_rtspsrc_play()