Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.h185 GstCaps *configured_caps; member
Dgstqtmux.c712 gst_caps_replace (&qtpad->configured_caps, NULL); in gst_qt_mux_pad_reset()
5931 if (!qtmuxpad->configured_caps) { in gst_qt_mux_can_renegotiate()
5939 if (!gst_qtmux_caps_is_subset_full (qtmux, qtmuxpad->configured_caps, caps)) { in gst_qt_mux_can_renegotiate()
5942 GST_PTR_FORMAT, GST_PAD_NAME (pad), caps, qtmuxpad->configured_caps); in gst_qt_mux_can_renegotiate()
5948 GST_PTR_FORMAT, GST_PAD_NAME (pad), caps, qtmuxpad->configured_caps); in gst_qt_mux_can_renegotiate()
7033 if (qtmux_pad->configured_caps && in gst_qt_mux_sink_event()
7034 gst_caps_is_equal (qtmux_pad->configured_caps, caps)) { in gst_qt_mux_sink_event()
7050 gst_caps_replace (&qtmux_pad->configured_caps, caps); in gst_qt_mux_sink_event()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/
Dphotography.h461 typedef void (*GstPhotographyCapturePrepared) (gpointer data, const GstCaps *configured_caps);