Searched refs:media_caps (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | sdp.c | 524 GstSDPMedia *media_caps; in GST_START_TEST() local 532 gst_sdp_media_new (&media_caps); in GST_START_TEST() 533 fail_unless (media_caps != NULL); in GST_START_TEST() 535 ret = gst_sdp_media_set_media_from_caps (caps, media_caps); in GST_START_TEST() 545 attr_val_caps1 = gst_sdp_media_get_attribute_val_n (media_caps, "rtcp-fb", 0); in GST_START_TEST() 546 attr_val_caps2 = gst_sdp_media_get_attribute_val_n (media_caps, "rtcp-fb", 1); in GST_START_TEST() 547 attr_val_caps3 = gst_sdp_media_get_attribute_val_n (media_caps, "rtcp-fb", 2); in GST_START_TEST() 557 gst_sdp_media_free (media_caps); in GST_START_TEST() 567 GstSDPMedia *media_caps; in GST_START_TEST() local 574 gst_sdp_media_new (&media_caps); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 158 GstCaps *media_caps; member
|
D | qtdemux.c | 2007 gst_caps_replace (&demux->media_caps, (GstCaps *) mediacaps); in gst_qtdemux_setcaps() 2099 gst_caps_replace (&qtdemux->media_caps, NULL); in gst_qtdemux_reset() 4702 if (ret == GST_FLOW_EOS && (qtdemux->got_moov || qtdemux->media_caps)) { in gst_qtdemux_loop_state_header() 7360 if ((demux->got_moov || demux->media_caps) && demux->fragmented) { in gst_qtdemux_process_adapter()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin2.c | 3605 GstCaps *media_caps = group->combiner[i].get_media_caps (); in pad_added_cb() local 3607 if (media_caps && gst_caps_can_intersect (media_caps, caps)) { in pad_added_cb() 3609 gst_caps_unref (media_caps); in pad_added_cb() 3612 gst_caps_unref (media_caps); in pad_added_cb()
|