Searched refs:GstSDPResult (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.h | 101 GstSDPResult gst_sdp_connection_set (GstSDPConnection *conn, 108 GstSDPResult gst_sdp_connection_clear (GstSDPConnection *conn); 164 GstSDPResult gst_sdp_bandwidth_set (GstSDPBandwidth *bw, const gchar *bwtype, 168 GstSDPResult gst_sdp_bandwidth_clear (GstSDPBandwidth *bw); 188 GstSDPResult gst_sdp_time_set (GstSDPTime *t, const gchar *start, 192 GstSDPResult gst_sdp_time_clear (GstSDPTime *t); 209 GstSDPResult gst_sdp_zone_set (GstSDPZone *zone, const gchar *adj_time, 213 GstSDPResult gst_sdp_zone_clear (GstSDPZone *zone); 242 GstSDPResult gst_sdp_attribute_set (GstSDPAttribute *attr, const gchar *key, 246 GstSDPResult gst_sdp_attribute_clear (GstSDPAttribute *attr); [all …]
|
D | gstsdpmessage.c | 96 GstSDPResult gst_sdp_message_set_##field (GstSDPMessage *msg, const gchar *val) { \ 124 GstSDPResult gst_sdp_message_insert_##method (GstSDPMessage *msg, gint idx, intype val) { \ 137 GstSDPResult gst_sdp_message_replace_##method (GstSDPMessage *msg, guint idx, intype val) { \ 146 GstSDPResult gst_sdp_message_remove_##method (GstSDPMessage *msg, guint idx) { \ 155 GstSDPResult gst_sdp_message_add_##method (GstSDPMessage *msg, const type val) { \ 226 GstSDPResult 250 GstSDPResult 253 GstSDPResult res; in gst_sdp_message_new_from_text() 277 GstSDPResult 310 GstSDPResult [all …]
|
D | gstsdp.h | 56 } GstSDPResult; typedef
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | sdp.c | 393 GstSDPResult ret = GST_SDP_OK; in GST_START_TEST() 521 GstSDPResult ret = GST_SDP_OK; in GST_START_TEST() 564 GstSDPResult ret = GST_SDP_OK; in GST_START_TEST() 661 GstSDPResult ret = GST_SDP_OK; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 4380 GstSDPResult res; in add_media_line()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 9430 GstSDPResult sres; in gst_rtspsrc_uri_set_uri()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 53026 GstSDPResult gst_sdp_media_set_media_from_caps (const GstCaps* caps, GstSDPMedia *media); 53028 GstSDPResult gst_sdp_message_attributes_to_caps (GstSDPMessage *msg, GstCaps *caps); 53029 GstSDPResult gst_sdp_media_attributes_to_caps (GstSDPMedia *media, GstCaps *caps);
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 47167 …gstrtspsrc.c:7939:11: error: implicit conversion from enumeration type 'GstSDPResult' to different… 47171 …gstrtspsrc.c:7944:11: error: implicit conversion from enumeration type 'GstSDPResult' to different…
|