Home
last modified time | relevance | path

Searched refs:rtp_caps (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/farstream/farstream-0.2.9/gst/fsrtpconference/
H A Dfs-rtp-discover-codecs.c138 GST_CAPS_REFCOUNT_VALUE (codec_cap->rtp_caps), codec_cap->rtp_caps); in debug_codec_cap()
166 if (codec_cap->rtp_caps) in codec_cap_free()
563 if (gst_caps_is_equal (codec_cap1->rtp_caps, codec_cap2->rtp_caps)) in remove_duplicates()
651 codec_blueprint->rtp_caps = gst_caps_copy (codec_cap->rtp_caps); in parse_codec_cap_list()
1001 item->rtp_caps = gst_caps_ref (codec_cap1->rtp_caps); in codec_cap_list_intersect()
1239 if (rtp_caps && compare_rtp_caps (found_item->data, rtp_caps)) in create_codec_cap_list()
1250 if (rtp_caps) in create_codec_cap_list()
1252 entry->rtp_caps = rtp_caps; in create_codec_cap_list()
1266 if (rtp_caps) { in create_codec_cap_list()
1268 GstCaps *tmp = gst_caps_intersect (rtp_caps, entry->rtp_caps); in create_codec_cap_list()
[all …]
H A Dfs-rtp-discover-codecs.h46 GstCaps *rtp_caps; member
68 GstCaps *codec_get_in_out_caps (FsCodec *codec, GstCaps *rtp_caps,
H A Dfs-rtp-codec-cache.c209 codec_blueprint->rtp_caps = gst_caps_from_string (tmp); in load_codec_blueprint()
454 caps = gst_caps_to_string (codec_blueprint->rtp_caps); in save_codec_blueprint()
H A Dfs-rtp-dtmf-event-source.c168 new_bp->rtp_caps = fs_codec_to_gst_caps (new_bp->codec); in fs_rtp_dtmf_event_source_class_add_blueprint()
H A Dfs-rtp-codec-negotiation.c411 if (gst_caps_can_intersect (caps, bp->rtp_caps)) in _find_matching_blueprint()
461 if (gst_caps_can_intersect (caps, bp->rtp_caps)) in _is_disabled()
/dports/net-im/farstream/farstream-0.2.9/tests/rtp/
H A Dcodec-discovery.c76 str = gst_caps_to_string (blueprint->rtp_caps); in debug_blueprint()