Home
last modified time | relevance | path

Searched refs:typed_time (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.h205 gchar *typed_time; member
210 const gchar *typed_time);
523 const gchar *typed_time);
Dgstsdpmessage.c407 gst_sdp_message_add_zone (cp, zone->time, zone->typed_time); in gst_sdp_message_copy()
578 g_string_append_printf (lines, "z=%s %s", zone->time, zone->typed_time); in gst_sdp_message_as_text()
581 g_string_append_printf (lines, " %s %s", zone->time, zone->typed_time); in gst_sdp_message_as_text()
1403 const gchar * typed_time) in gst_sdp_zone_set() argument
1408 zone->typed_time = g_strdup (typed_time); in gst_sdp_zone_set()
1428 FREE_STRING (zone->typed_time); in gst_sdp_zone_clear()
1511 const gchar * typed_time) in gst_sdp_message_add_zone() argument
1517 gst_sdp_zone_set (&zone, adj_time, typed_time); in gst_sdp_message_add_zone()